oh.
oh.
Using the C wrapper for egui looks like this, in practice.
Very clean, very easy-to-use :)
Using the C wrapper for egui looks like this, in practice.
Very clean, very easy-to-use :)
This is interesting because egui is very callback-focused, but because I know my C code is built with clang (at least in debug builds), I can use Apple's block lang extension for callbacks
This is interesting because egui is very callback-focused, but because I know my C code is built with clang (at least in debug builds), I can use Apple's block lang extension for callbacks
The code's messy and it's likely to break every now and then, but it makes the site prettier in the meantime :)
(only works on dark themes, sorry!)
https://gist.github.com/alichay/ee688d6b42615571340a5dfe12e52304
The code's messy and it's likely to break every now and then, but it makes the site prettier in the meantime :)
(only works on dark themes, sorry!)
https://gist.github.com/alichay/ee688d6b42615571340a5dfe12e52304