Skip to content

v0.6.2

Compare
Choose a tag to compare
@poeticAndroid poeticAndroid released this 14 Sep 17:02
· 131 commits to master since this release
  • Tighter sync with web drives.
  • Read and write straight from/to standard input/output/error stream with sys.read/write/err.
  • view.children gives you all sub-viewports of a viewport.
  • Forced unmounts now only kills programs originating from the drive.
  • sys.killall to kill all instances of a given program.
  • More copymodes! Xor, min, max and add.
  • gfx.tri to draw filled triangles.
  • Classic Amiga mouse pointer! image.pointer to define your own mouse pointer on active viewport.
  • input.midi to read MIDI data from any attached MIDI input devices! 🎵 (currently Windows only)
  • various bugfixes and such...
  • HTTPS support!
  • simplified require and text.loadfont that searches for the "nearest" library/font, including on the sys: drive..