This is being made for another project, but I uploaded the library here separately in case someone else might want to use it.
First, recursive-clone (includes raylib submodule) the repository somewhere and cd into it:
git clone --recursive "https://github.com/Zephia-Sero/libzatmos"
cd libzatmosThen, simply build with cmake and make:
cmake .
makeOnce it's built, check out libzatmos-demo and the demo/ directory for a basic
use of the library. Enjoy!
Library will probably always be provided as source code, cause I'm too lazy to upload prebuilt versions.
Copyright © 2024 Zephianah "Lux" Serotonin. All Rights Reserved.