A simple UI library that renders to a pixel buffer for C and C++ with retained mode rendering.
Currently in early development
You can build the sources in your own build system with the flags -Iinclude -Ideps/olive.c
or you can use the Beaver Build System.
# Clone the repository
git clone https://github.com/jomy10/argon --recurse-submdules
cd argon
# Build the project
./make.rb build Argon
./make.rb run test
This library is licensed under the GNU Lesser General Public License v3 (GNU LGPLv3).