dreemgl
Version:
DreemGL is an open-source multi-screen prototyping framework for mediated environments, with a visual editor and shader styling for webGL and DALi runtimes written in JavaScript. As a toolkit for gpu-accelerated multiscreen development, DreemGL includes
68 lines (67 loc) • 2.36 kB
JSON
[
{
"title": "DreemGL Guides",
"items": [
{
"name": "dreem_in_10_part1",
"url": "guides/dreem_in_10",
"title": "DreemGL in 10 Minutes",
"description": "Start with this introduction to the DreemGL toolkit."
},
{
"name": "flexbox_part1",
"url": "guides/flexbox-part1",
"title": "Flexbox Layout in DreemGL Part 1",
"description": "Introduction to the Flebox-based layout system in DreemGL."
},
{
"name": "flexbox_part2",
"url": "guides/flexbox-part2",
"title": "Flexbox Layout in DreemGL Part 2",
"description": "Introduction to the Flebox-based layout system in DreemGL."
},
{
"name": "devguide",
"url": "guides/developer_guide",
"title": "Developer's Guide to DreemGL",
"description": "A technical guide meant for developer's building applications and extending DreemGL"
},
{
"name": "components",
"url": "guides/components",
"title": "DreemGL External Component Authoring Guide",
"description": "A guide for extending DreemGL with new services, devices and other components."
},
{
"name": "iot",
"url": "guides/iot",
"title": "DreemGL IoT Guide",
"description": "A guide for working with DreemGL's IoT infrastructure."
},
{
"name": "toolkit",
"url": "guides/toolkit",
"title": "DreemGL Visual Layout Toolkit",
"description": "A guide for designer's using the layout toolkit to prototype screen designs and interactions."
},
{
"name": "flowgraph",
"url": "guides/flowgraph",
"title": "DreemGL Flow Graph",
"description": "A guide for designer's using the flow graph app to prototype screen designs and interactions."
},
{
"name": "dali_runtime",
"url": "guides/dali",
"title": "DreemGL DALi Runtime Guide",
"description": "A guide describing the prerequisties and how to run DreemGL applications in DALi."
},
{
"name": "appendix",
"url": "guides/appendix",
"title": "DreemGL Appendix",
"description": "A reference appendix containing a list of predefined values or constants used in DreemGL."
}
]
}
]