I just pulled the latest #uxn from the repo, and the sources and projects are gone. What happened?
@wim_v12e The sdl2 emulator has moved here: https://git.sr.ht/~rabbits/uxn2
@neauoire After this change, which version of uxn supports the -2x and -3x options? My screen has too many dots per inch :(
@mallory I can add it back if you like, or press F1 on launch.

@neauoire That would be very helpful, thank you! I usually edit my code, then run a script to compile and run the ROM so pressing F1 every time would be a little tedious.

There aren't uxn ROMs which let you edit your code, compile it, and run it are there? All without exiting the uxn emulator?

@mallory you don't really need one, the way I work is all via live-reloading.

Assembling a new rom with drif GUI and pressing F5 to see the update tends to be my workflow for this sort of things.

example: https://www.youtube.com/watch?v=WcvGf-Bnp5o

Level editing

YouTube
@neauoire Oh. I've never used that feature of uxn. I'll try that out when I'm working on my game next.
@mallory I hope it works for you, it'll save having to spawn a new emulator every time you make a tiny change. And it will also preserve your zoom ;)