Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 638 Bytes

File metadata and controls

31 lines (20 loc) · 638 Bytes

Argon

A simple UI library that renders to a pixel buffer for C and C++ with retained mode rendering.

Currently in early development

Building

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

Running examples

./make.rb run test

License

This library is licensed under the GNU Lesser General Public License v3 (GNU LGPLv3).