UNPKG

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

17 lines 640 B
/** * @class propviewer * @extends foldcontainer * The property viewer allows for the visual inspection and manipulation of properties on DreemGL objects * * <iframe style="border:0;width:900px;height:300px" src="/apps/docs/example#path=$widgets/propviewer.js"></iframe> * <a target="blank" href="/apps/docs/example#path=$widgets/propviewer.js">open example in new tab &raquo;</a> * */ /** * @attribute {Object} [target=""] * The target who's properties to view. Can be either a DreemGL object or a named reference to one. */ /** * @attribute {boolean} [showunknown="false"] * Shows properties for unknown property types */