nicbarker / clay

High performance UI layout library in C.
https://nicbarker.com/clay
zlib License
10.65k stars 373 forks source link

Cross-platform desktop and mobile renderers #124

Open ThomasJaeger opened 1 month ago

ThomasJaeger commented 1 month ago

Do you see the potential that Clay be used with cross-platform desktop and mobile applications? I love the idea of Clay but what if I wanted to develop a cross-platform desktop app in C using Clay?

kattkieru commented 1 month ago

I’d check out the SDL renderer example. I don’t think it’d be too much work to get it going on mobile as well.