Skip to content
/ Argon Public

Small UI library that renders to a pixelbuffer for C and C++

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Jomy10/Argon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Small UI library that renders to a pixelbuffer for C and C++

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published