Email or username:

Password:

Forgot your password?
Devine Lu Linvega

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.
github.com/lynn/chibicc

5 comments
retroprom

@neauoire @lynn With chibicc supporting most of C11, this is just super-cool.

Mark

@neauoire @lynn Looks like a great tool to help with learning Tal as well. Pulling apart generated code and rewriting from scratch it can serve sort of like unit tests for test driven development.

Devine Lu Linvega

@mpcnat @lynn yes! If you need to reformat the tal output, you can use uxnfor, it'll make the linebreak-separated code more readable.
git.sr.ht/~rabbits/uxnfor

Mark

@neauoire @lynn Cool. I saw your post about that. I’ve been preoccupied with my new gig that I’ve not been doing any personal projects, but the combination of all these new tools is firing me up.

Go Up