Welcome

Welcome to the SDL Reference. This reference provides detailed information about SDL data types and parameters.

Prerequistes

The Developer Guide provides an overview of the concepts of the Scene Description Langauge, its components and how dynamic movies are constructed.

Serialization

SDL templates are serialized through protocol buffers, an open-source format for representing and serializing structured information. Official support for protocol buffers are C++, Java, and Python, so you must either use those languages directly or have an alternate solution for interpreting the requests without using those languages. You can download the SDL Proto Definition file here.

SDL templates may also be serialized in JSON with the same grammar as the protocol buffer field names.

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.