summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Broll <brian.broll@vanderbilt.edu>2018-02-28 13:38:23 -0600
committerschneefux <schneefux+github@schneefux.xyz>2018-03-10 14:44:48 +0100
commit7a9ece8119ab841d3f1fbfbfa0674906ce47b28b (patch)
treec67bf223076642901c12021884e7ddc03ed51962
parent207718c7ace458750d5d0b35b4634a1956edbeae (diff)
downloadawesome-snap-master.tar.gz
awesome-snap-master.zip
Update README.mdHEADmaster
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c9666b..ae984cf 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ Awesome Snap!
- [Snap-Cloud](https://github.com/c2stem/snap-cloud) - An open source implementation of the SnapCloud backend for hosting your own Snap! server
- [Snapext](http://github.com/blockext) - python library for creating Snap! extensions
- [Snap-Server](https://github.com/ucb-snap/snap-server) - a new backend for saving and sharing Snap! projects (see also the `snap` branch)
+ - [Snap2Js](https://github.com/netsblox/snap2js) - A Snap! to JavaScript cross compiler supporting configurable primitive block behavior, enforcing maximum execution duration, and conforms to the concurrency model of Snap! and Scratch.
- [Snap-Interpreter](https://github.com/bromagosa/snap-interpreter) - a NodeJS Snap! interpreter. You feed it an XML Snap! project file and it runs it.
- [Snc](https://github.com/nathan/snc) - compiles Snap! projects to JavaScript
- [Sn](https://github.com/nathan/sn) - Sn is the native Snap! binding for Mac OS X