C Implementation of Flexbox

This guy write his own flexbox-like layout algo for GUI in C. Perry cool stuff and honestly not that difficult, IMO!

https://youtu.be/by9lQvpvMIc?si=8wl8hYFlQAxSvkdA
YouTubeNic Barker
Clay is a UI layout library written in C, and this video gives a high level explanation of how the flexbox-like layout algorithm in Clay works.

The library can be found at https://github.com/nicbarker/clay

If you're not familiar with Clay, a detailed introductory video can be found here:
https://youtu.be/DYWTw19_8r4

If you would like to learn...
How Clay's UI Layout Algorithm Works
Was this page helpful?