diff --git a/README.md b/README.md index 633efb99..c00e4dc6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,31 @@ ![Logo from GDTF](gdtf-mvr-logo-color.png) -# DIN SPEC 15800 General Device Type Format (GDTF) and My Virtual Rig (MVR) File Format description +# DIN SPEC 15800 General Device Type Format (GDTF) and DIN SPEC 15801 My Virtual Rig (MVR) File Format description + +[GDTF Share website](https://gdtf-share.com/) + +### 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](gdtf-spec.md) 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](mvr-spec.md) describes DIN SPEC 15801:2023-12 also known as MVR Version 1.6. + +## DIN Spec + +### The GDTF file format is standardized in [DIN SPEC 15800:2022-02](https://www.beuth.de/en/technical-rule/din-spec-15800/349717520). + +### The MVR file format is standardized in [DIN SPEC 15801:2023-12](https://www.beuth.de/en/technical-rule/din-spec-15801/373968511). + + +## Development + +Proposed and accepted additions can be [seen here](next). You can +[register](https://gdtf-share.com/landing/pages/contactUs.php?reason=4) to +monthly online meetings +[here](https://gdtf-share.com/landing/pages/contactUs.php?reason=4). + + -The General Device Type Format (GDTF) creates a unified data exchange definition for the operation of intelligent luminaires, such as moving lights. By creating a manufacturer-supported, unified standard, customers/users of lighting control systems, CAD systems, and pre-visualizers benefit by knowing the tools they use to perform their job will work consistently and dependably. The file format is developed using open source formats, and luminaire manufacturers in the entertainment design, production, and performance industries are welcome to use this open source technology. -The GDTF file format is standardized in [DIN SPEC 15800:2022-02](https://www.beuth.de/en/technical-rule/din-spec-15800/349717520). -To gain commenting access, please email your GitHub username to info@gdtf-share.com , together with brief introduction about who you represent. diff --git a/next/gdtf/proposals/photometrics/readme.md b/next/gdtf/proposals/photometrics/readme.md new file mode 100644 index 00000000..fdf52b84 --- /dev/null +++ b/next/gdtf/proposals/photometrics/readme.md @@ -0,0 +1 @@ +Photometrics proposal diff --git a/next/gdtf/proposals/svg-additions/readme.md b/next/gdtf/proposals/svg-additions/readme.md new file mode 100644 index 00000000..635dda6b --- /dev/null +++ b/next/gdtf/proposals/svg-additions/readme.md @@ -0,0 +1 @@ +Accepted SVG feature diff --git a/next/mvr/accepted/.gitkeep b/next/mvr/accepted/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/next/mvr/proposals/.gitkeep b/next/mvr/proposals/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/proposal/mvr-update-for-gdtf12/basic_gdtf.mvr b/next/mvr/proposals/mvr-update-for-gdtf12/basic_gdtf.mvr similarity index 100% rename from proposal/mvr-update-for-gdtf12/basic_gdtf.mvr rename to next/mvr/proposals/mvr-update-for-gdtf12/basic_gdtf.mvr diff --git a/proposal/mvr-update-for-gdtf12/basic_gdtf/GeneralSceneDescription.xml b/next/mvr/proposals/mvr-update-for-gdtf12/basic_gdtf/GeneralSceneDescription.xml similarity index 100% rename from proposal/mvr-update-for-gdtf12/basic_gdtf/GeneralSceneDescription.xml rename to next/mvr/proposals/mvr-update-for-gdtf12/basic_gdtf/GeneralSceneDescription.xml diff --git a/proposal/mvr-update-for-gdtf12/proposal.md b/next/mvr/proposals/mvr-update-for-gdtf12/proposal.md similarity index 100% rename from proposal/mvr-update-for-gdtf12/proposal.md rename to next/mvr/proposals/mvr-update-for-gdtf12/proposal.md diff --git a/next/readme.md b/next/readme.md new file mode 100644 index 00000000..9a0f6373 --- /dev/null +++ b/next/readme.md @@ -0,0 +1,11 @@ +# Next generation of GDTF and MVR Specs live here. + +## GDTF + +- [GDTF Proposals](gdtf/proposals) +- [GDTF Accepted additions](gdtf/accepted) + +## MVR + +- [MVR Proposals](mvr/proposals) +- [MVR Accepted additions](mvr/accepted)