A small image viewer developed using raylib.
- Wanted to see if I can code UI elements (Buttons and Menu Items) from scratch using rects
- Wanted to learn about the complexities behind developing UI elements.
- Had time on my hands
- Clone the repo:
git clone https://github.com/hexaredecimal/ryi.git- Build nob
cd ryi
cc nob.c -o nob- Run nob to build the final executable
./nob && ./ryiAll contibutions are welcome, just don't modify files to put your name etc. Your PRs should actually do work.