Releases: poeticAndroid/homegirl
Releases · poeticAndroid/homegirl
v0.6.2
- 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
andtext.loadfont
that searches for the "nearest" library/font, including on thesys:
drive..
v0.5.1
- ability to mount webservers as drives (HTTP only at the moment)
- comes with a public
world:
drive on which you can share your creations with the world! 🌍 - each drive now has permissions for the programs on it
- F12 opens the config folder
fs.rename
to rename files and folders
v0.4.7
- Time and date functions
- File information functions
- Image scaling
_DRIVE
,_DIR
and_FILE
constants referring to the program drive/folder/name- Viewport attributes
image.tri()
to draw textured triangles
0.4.0
v0.3.0
- improved editor
- fixed fullscreen bug
- fonts get cached
- more stable API
v0.2.0
- added a text editor!
- improved shell with history and tab completion
- automatically creates config and user drive in your home folder
- ability to add your own drives in the config file
- the
examples
folder is now calleddemos
- added new screenmodes for 4:3 aspect ratio
- some bugfixing that hopefully improves stability a tiny bit
v0.1.10
First public release!
still has some bugs..