Skip to content

Commit

Permalink
more Animatron Toolkit mentions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shamansir committed Feb 2, 2015
1 parent 5d4ae61 commit ba2b921
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="./kefir.min.js"></script>
Expand All @@ -190,6 +190,17 @@ Download [`timbre.js`][timbre-src].
<link rel="stylesheet" href="./rpd-core-pd.css"></link>
```

For Core & Animatron Toolkits:

Download [`anm-player.min.js`][animatron-src].

```html
<script src="./kefir.min.js"></script>
<script src="./anm-player.min.js"></script>
<script src="./rpd-core-anm-html.min.js"></script>
<link rel="stylesheet" href="./rpd-core-anm.css"></link>
```

Now, you may just initialize user model and let him/her add nodes by himself/herself:

```javascript
Expand Down Expand Up @@ -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://player.animatron.com/latest/bundle/animatron.min.js -->
[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
Expand Down

0 comments on commit ba2b921

Please sign in to comment.