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
18 lines • 535 B
JavaScript
/**
* @class textbox
* @extends label
* Text input field
* <br/><a href="/examples/text">examples »</a>
*
* <iframe style="border:0;width:900px;height:300px" src="/apps/docs/example#path=$ui/textbox.js"></iframe>
* <a target="blank" href="/apps/docs/example#path=$ui/textbox.js">open example in new tab »</a>
*
*/
/**
* @attribute {vec4} [cursorcolor="NaN,NaN,NaN,NaN"]
* the color of the cursor
*/
/**
* @attribute {vec4} [markerfocus="0,0.46666666865348816,0.7450980544090271,1"]
* color of the marker
*/