Hey! This is part UNO of a layed back tutorial series on using the Clay UI framework/library.
I go over the basics of setting up an environment and initializing Clay & Raylib to get a beatiful window up which we will use in the second part when we create our UI layout! Hope you find this interesting and please comment if you have any comments or suggestions. 🤓
Links
- wsl (if you are on windows, i use the Ubuntu distro personally): https://learn.microsoft.com/en-us/windows/wsl/install
- build essentials for linux/wsl users: https://askubuntu.com/questions/398489/how-to-install-build-essential
- clone the clay repo to get the clay.h and raylib folder: https://github.com/nicbarker/clay
- cmake is needed for generating our build: https://cmake.org/download/