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
43 lines (29 loc) • 1.92 kB
Markdown
# DreemGL Documentation
This provides a list of the documentation available for DreemGL to get
you started and to answer your indepth technical questions. If you
find ommissions or errors, please take the time to let us know by
creating a report in [JIRA for DreemGL](https://dreem2.atlassian.net).
* [DreemGL in 10
Minutes](http://docs.dreemproject.org/docs/api/index.html#!/guide/dreem_in_10_part1)
Start with this introduction to the DreemGL toolkit.
* [Flexbox Layout in
DreemGL](http://docs.dreemproject.org/docs/api/index.html#!/guide/flexbox_part1)
Introduction to the Flebox-based layout system in DreemGL in two parts.
* [Developer's
Guide to DreemGL](http://docs.dreemproject.org/docs/api/index.html#!/guide/devguide)
A technical guide meant for developer's building applications and
extending DreemGL
* [DreemGL API
Documentation](http://docs.dreemproject.org/docs/api/index.html#!/api)
API reference documentation for all classes, methods, and attributes.
* [DreemGL Visual Layout Toolkit](http://docs.dreemproject.org/docs/api/index.html#!/guide/toolkit)
A guide for designers using the layout toolkit to prototype screen designs and interactions.
* [DreemGL IoT Guide](http://docs.dreemproject.org/docs/api/index.html#!/guide/components)
A guide for extending DreemGL with new services, devices and other components.
* [DreemGL Flow Graph Guide](http://docs.dreemproject.org/docs/api/index.html#!/guide/flowgraph)
A guide that describes how to use flow graph, an application that supports the visual design of data flow for your application.
* [DreemGL
Appendix](http://docs.dreemproject.org/docs/api/index.html#!/guide/appendix)
A reference appendix containing information for constants.
* [DreemGL DALi Runtime Guide](http://docs.dreemproject.org/docs/api/index.html#!/guide/dali_runtime)
A guide describing the prerequisties and how to run DreemGL applications in DALi.