ice_code_editor 0.0.4
ice_code_editor: ^0.0.4 copied to clipboard
Code Editor + Preview
ICE Code Editor #
*** Try the beta version! ***
The Code Editor + Visualization Preview used in the book “3D Game Programming for Kids.”
[ICE Code Editor Screenshoot]
This is an attempt to convert the JavaScript version (repository / live version) to Dart. The JavaScript version is a pain to maintain. I hope to leverage the benefits of Dart (cross-browser support, testing, documentation) by doing this.
Running the Example App #
The example app contained in example is a simple Dart web server. From the example directory, run the web server with dart app.dart, then open http://localhost:8000 in Dartium. You should see a simple ACE Editor embedded in the page.
Features #
- Update button — (100% done)
- Hide Code button (100% done)
- Main Menu button
- Open (100% done)
- New (100% done)
- Make a Copy (100% done)
- Save (100% done)
- Rename (100% done)
- Share (80% done, needs shortener, game mode)
- Download (100% done)
- Remove (100% done)
- Help (100% done)
Core Collaborators #
Contributors #
- Kate Bladow
- Stephen Cagle
- Damon Douglas
- William Estoque
- Daniel Gempesaw
- Nik Graf
- Anita Kuno
- Morgan Nelson
- Michael Risse
Want to Help? #
Chris (twitter / blog) runs nightly (1030pm EDT / 0230 UTC) pairing sessions. Sign up for free to help out and learn some Dart! Absolutely no experience required. Really :)

