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
25 lines (24 loc) • 558 B
JSON
{
"name": "dreemgl",
"main": "dreemgl.js",
"homepage":"https://dreemproject.org/",
"version": "0.0.6",
"preferGlobal": true,
"bin":{
"dreemgl":"bin/dreemgl"
},
"devDependencies": {},
"dependencies": {
"express": "^4.14.0",
"firebase": "^3.2.0"
},
"repository": {
"type": "git",
"url" : "https://github.com/dreemproject/dreemgl.git"
},
"keywords": [
"DreemGL", "WebGL", "prototyping", "multiscreen", "DALi", "IoT"
],
"author": "Dreem Teem <dev.teem@teem.nu> (http://teem.nu)",
"license": "Apache-2.0"
}