Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curran/evalide
A simple live coding environment for the Web.
https://github.com/curran/evalide
Last synced: about 1 month ago
JSON representation
A simple live coding environment for the Web.
- Host: GitHub
- URL: https://github.com/curran/evalide
- Owner: curran
- Created: 2013-07-28T22:32:49.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-08-26T14:15:25.000Z (over 11 years ago)
- Last Synced: 2024-10-15T11:07:48.824Z (3 months ago)
- Language: CSS
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
evalIDE
=======A simple live coding environment for the Web. [Try it!](http://curran.github.io/evalIDE)
Here are some examples:
* Hello D3 - Demonstrates live coding techniques for D3.js.
* run it full screenInspired by
* [JSBin](http://jsbin.com/)
* [JSFiddle](http://jsfiddle.net/)
* [Livecoding.io](http://livecoding.io/)
* [Tributary.io](http://tributary.io/)
* [CodePen](http://codepen.io/)The goal of this project is to provide a usable live coding environment for the Web. Features include:
* Sharing - you can send a link to your program or embed it using an iFrame.
* Good debugging support - syntax errors and exceptions resolve to the correct line of code in the Chrome debugger.
* No iFrame magic - purely re-evaluating the code when text is changedMIT License.