[go: up one dir, main page]

Skip to content

mvrdevelopment/libMVRgdtf

Repository files navigation

Logo from GDTF

libMVRgdtf

GDTF: The General Device Type Format is an open standard for describing devices of the entertainment industry. These devices may be lighting fixtures, trusses, distribution boxes, media servers, lasers or other devices used in the entertainment industry. This documentation describes DIN SPEC 15800:2022-02 also known as GDTF, version 1.2.

MVR: The My Virtual Rig file format is an open standard which allows programs to share data and geometry of a scene for the entertainment industry. A scene is a set of parametric objects such as fixtures, trusses, video screens, and other objects that are used in the entertainment industry. This documentation describes DIN SPEC 15801:2023-12 also known as MVR, version 1.6.

The GDTF file format is standardized in DIN SPEC 15800:2022-02.

The MVR file format is standardized in DIN SPEC 15801:2023-12.

Current project status

The library currently supports all features of DIN SPEC 15800:2022-02 (GDTF 1.2), DIN SPEC 15801:2023-12 (MVR 1.6), and supports OSX, Windows, Linux, Android, and iOS.

Building

Use CMake to build the project. Building should be as easy as:

mkdir build
cd build
cmake ..
make

Repository structure

./

Contains all the project related files.

content/

Contains media images used for the github page.

libs/

Contains the libary.

shared/

Contains xerces.

src/

Contains the source code.

unittest/

Contains all unit test related files.

Where to get help

For help with GDTF and MVR file formats, visit forum on the GDTF Share.

For help the library itself, open an issue here at Github.

Contributing

License

For the legal details, see the LICENSE file.