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 (10 loc) 251 B
// remove the fixtures var tap = require("tap") , rimraf = require("rimraf") , path = require("path") tap.test("cleanup fixtures", function (t) { rimraf(path.resolve(__dirname, "a"), function (er) { t.ifError(er, "removed") t.end() }) })