From ba2b921f0e29d4d29c8c46b2bba17fa96172661d Mon Sep 17 00:00:00 2001 From: Ulric Wilfred Date: Mon, 2 Feb 2015 01:19:18 +0100 Subject: [PATCH] more Animatron Toolkit mentions in README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f9a3e8..d9f1cc1 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ If your choise of renderer is HTML, get a corresponding CSS file: Add these files to a head of your page: -For Core Toolikit only: +For Core Toolkit only: ```html @@ -190,6 +190,17 @@ Download [`timbre.js`][timbre-src]. ``` +For Core & Animatron Toolkits: + +Download [`anm-player.min.js`][animatron-src]. + +```html + + + + +``` + Now, you may just initialize user model and let him/her add nodes by himself/herself: ```javascript @@ -280,8 +291,10 @@ See a Reference below for details in programming Tollkits and different other th [kefir-src]: http://pozadi.github.io/kefir/dist/kefir.min.js [timbre]: http://mohayonao.github.io/timbre.js/ [timbre-src]: http://mohayonao.github.io/timbre.js/timbre.js -[puredata]: http://puredata.info/ [animatron]: http://animatron.com + +[animatron-src]: http://shamansir.github.io/rpd/vendor/anm-player.min.js +[puredata]: http://puredata.info/ [closure-compiler]: https://developers.google.com/closure/compiler/ [engine-source]: https://github.com/shamansir/rpd/blob/master/src/rpd.js