Version 0.8 (the fourth forecoming)
- Tuned the compiler flags to pentium class CPUs
- Added command line option to turn off SoundBlaster code
- Added double buffering to video output to reduce the flickering
- Added more examples
- Added
MemoryInfo()
- Changed
Print()
toPrintln()
, addedPrint()
w/o NEWLINE. - Added
Include()
which loads a module into top level context. - Added
Debug()
andDEBUG
to support conditional debug output. - Changed
Require()
to search modules injsboot/
and the current directory. File.ReadByte()
now returnsnull
at EOF.- Improved documentation.
- Improved detection of missing SoundBlaster.
- Added Processing/p5js compatibility layer.
- Added some examples from the p5js example library.