Played with #uxn today: https://melanocarpa.lesarbr.es/hypha/uxn_2022-03-27
@neauoire A static site generator in uxn is something new! This is great
Will look into Another World, thank you
Re: communication. Perfect. I had an idea of a small graphic application that involved communication with the host. I considered SDL2 or Ebiten for it, but now Uxn is in the list too
@bouncepaw when you're ready to start, let me know and I will help you :)
In the meantime: https://compudanzas.net/uxn_tutorial.html
@bouncepaw Nice
Uxn is not only graphic, for example, my wiki is written in uxn, and generated through a terminal script: https://github.com/XXIIVV/oscean/blob/main/src/oscean.tal
Uxn is not really similar to Pico8, since Uxn is a VM. A similar project might be more like Another World: https://fabiensanglard.net/another_world_polygons/
To communicate with the host system, you can use the file devices to save/load, or the console to stream bytes. That's how the launcher loads roms, and that's how orca sends midi.