Console1
Provide a visual console API and GUI for most ECMAScript-based environnement.
Features planed:
- same UI for everyone
- same API for everyone
The goal is either you're inside an X/HTML page or a SWF and you can simply call console.write( something ) and have the same visual output result.
Update:
- instead of implementing the UI for different environment just define one good UI in Flash
- but keep a public API that will write the output to Flash
- much more fun
- see december challenge for more infos