Double clicking the executable (equivalent of running without arguments) will launch the gui.
The program also supports command line arguments, for more info run sopi --help.
Compile nob with your compiler of choice.
cc -o nob nob.c
Use nob for all future compilations.
./nob linux or ./nob windows to build on either platform.
./nob all to build on all platforms.
If you want to build the program without gui stuff:
./nob cli_only
Note: Compilation on Windows requires MinGW.
- http://satyarth.me/articles/pixel-sorting/
- https://stackoverflow.com/a/6930407 (rgb to hsv)
- Raylib and Raygui
- Aurora for images in logo

