======
don't bother building if you don't want. test here
- noize renderer
- node.js
- coffeescript
- some js libraries
- from root directory,
mkdir third_party
- need some scripts in this directory. find the versions I'm using here
- from root directory,
from root directory, coffee -m --compile --output lib/ src/
to watch for changes in source files, and compile automatically, coffee --watch -m --compile --output lib/ src/
the app is located in zkrypt.html
unless you want to disable your browser's same-origin policy, then use the development web server in the server/
directory
from server/
...
npm install
(this installs dependencies frompackage.json
)node server.js
(this starts the server on port 8888)
now you can use the application at localhost:8008/zkrypt.html
I don't have any documentation yet. click or drag on the timeline to create a keyframe. a window will appear where you can write some lispy code (look in lang.js to figure out how the language works). if the app freezes on a keyframe, there was probably a syntax error, check the console.