Skip to content

Latest commit

 

History

185 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmalgamUI

A simple image-based UI library, built on the SDL2 native renderer.

Library build as CMake target

Assuming a library directory at PROJECT_SOURCE_DIR/Libraries:

# Configure AmalgamUI.
add_subdirectory("${PROJECT_SOURCE_DIR}/../Libraries/AmalgamUI/"
                 "${PROJECT_BINARY_DIR}/Libraries/AmalgamUI/")

Standalone unit test build

mkdir Build
cd Build
cmake -DCMAKE_BUILD_TYPE=Debug -DAUI_BUILD_TESTS=On -G Ninja ..
ninja all
./Tests/AUIUnitTests.exe

About

A simple image-based UI library, built on the SDL2 native renderer.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages