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

12 lines (8 loc) 108 B
SHELL := /bin/bash test: @./test/run.js release: git push git push --tags npm publish . .PHONY: test