*** Try it now! ***
The Code Editor + Visualization Preview used in the book “3D Game Programming for Kids.” Written in Dart.
The old JavaScript version proved unmaintainable, hence the switch to Dart. This version leverages many of the benefits of Dart: cross-browser support, testing, documentation.
You'll need Dart installed. To run the examples:
- Install dependencies with
pub install
- Start the pub web server with
pub serve
- Open the full-screen version of ICE at http://localhost:8080/full.html with Dartium
Examples are contained in the web
directory.
- Update button
- Hide Code button
- Main Menu button
- Open
- New
- Make a Copy
- Save
- Rename
- Share
- Download
- Remove
- Help
Because ICE relies on js-interop, not just dart:js
, the build process requires that it is always built for development release (even in production):
$ pub build --mode=development
- Sangeet Agarwal
- Robert Åkerblom-Andersson
- Luke Barbuto
- Kate Bladow
- Stephen Cagle
- Alex Chacon
- Joe Curtis
- Jon Davison
- Damon Douglas
- Ashok Dudhade
- William Estoque
- Daniel Gempesaw
- Abtin Ghods
- Simone Giacomelli
- Richard Gould
- Nik Graf
- Marty Hines
- Erik Isaksen
- Jonathan Kaye
- Colin Kennedy
- Jon Kirkman
- Anita Kuno
- Lindsey Miller
- Morgan Nelson
- Michael Reynolds
- Michael Risse
- Chris Sciolla
- Christian Smith
- Paul Spain
- Alper Sunar
- Dmitriy Vasilyev
- Stefan Dausend-Werner
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 :)