Changelog

v0.9.2

Feb 25, 2025

  • Imgui is available via use(‘imgui’)
  • Hot reloading via file watching is available through use(‘dmon’)
  • Networking available with enet via use(‘enet’)
  • Compact JSON alternative available via use(‘nota’). Nota is usually faster to encode and decode than json, and is typically ~60% as large

Check the docs for specifics on using these modules!


v0.9.1

Feb 19, 2025

  • Use a default camera configuration if config.js does not provide one
  • Console documentation is properly set
  • Spawning with empty files now works