So, @lynn wrote a C to #uxn compiler, which allows anyone to write graphical varvara roms in plain C. This setup, where instead of having only the typical main() entry, you also have event bindings as you would in something like Unity(on_button, on_update, etc), is very nice.
https://github.com/lynn/chibicc
@neauoire @lynn With chibicc supporting most of C11, this is just super-cool.