JS game engine that uses the component entity system
published version 0.0.1, 11 years agorequire('./somefile.less.js'); Turn less files into browser and node compatable js.
published version 0.0.2, 11 years agoTake your browserify output, run it through this to compress all the require statements. So require('something') becomes require(1)
published version 0.0.5, 11 years agoTurn .less files into isomorphic (browser and node) .js - i.e. require('./somefile.less.js');
published version 2.0.0, 8 years agoMount an HTML5 canvas to the full width and height of the web page. When the page is resized the canvas resizes too.
published version 0.1.0, 10 years agosimply pass in two callbacks, one that get's called at a fixed time step i.e. 60 fps, the other is called on every animation frame
published version 0.1.0, 10 years agoStore data as entity attribute values in memory. Fast queries and manipulation of state.
published version 0.1.1, 10 years agoStore any string into level, and get a collision free hash of that value that you can use in an index or something.
published version 0.1.2, 10 years agoStore immutable "facts" and query them with datalog.
published version 2.0.0, 2 years agoMinimal api for immutable (copy on write) datastructures in javascript.
published version 0.2.1, 10 years agoRun multiple package.json scripts in parallel (for development)
published version 1.1.1, 6 years agoLightweight json logger. Works great with systemd, heroku, or lambda.
published version 3.0.1, 6 years agotokenize any text stream given some basic regex rules to match tokens
published version 2.0.1, 7 years agoopinionated asset bundler for front end projects (npm + babel + uglify-js + eslint + less)
published version 4.3.1, 8 years agoGet text excerpt that points to a given line and column number
published version 1.0.0, 10 years agosimple-timeago wrapper that returns "???" instead of throwing up if you give it something truthy that is not a Date object.
published version 1.0.0, 10 years agoCompile css into js code that injects styles on the browser and server safe
published version 1.0.1, 10 years agoInject normalize.css into browser by require("normalize.css.js"). This also returns the css code and safe to run on the server.
published version 1.0.0, 10 years ago