|
5 years ago | |
---|---|---|
bin | 5 years ago | |
lib | 5 years ago | |
test | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
gulpfile.js | 5 years ago | |
index.coffee | 5 years ago | |
package.json | 5 years ago | |
test-inheritance.coffee | 5 years ago |
A modular framework for building authoring tools.
Originally developed for Adivix, but usable for any kind of (2D) authoring tool project.
Here. No performance optimizations carried out yet, and very rough around the edges still, so Chrome is probably a better choice.
Not production-ready. Still under development. The plugins will eventually be put into their own repository.
dom-wait
; queues a function call for when the DOM has loaded, where necessary.apply-property-map
; utility for mapping values to DOM element properties.split-filter
; like .filter
, but returns both a matching and non-matching array.distance-from
; calculates direct distance between two points, used for the drag threshold in the HTML renderer.