FusionBolt / CraftUI

a simple UI library for learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Craft

A GUI Implement By SDL2

Install

depend on SDL2, SDL2IMG, SDL2TTF, SDL2MIXER

git clone
mkdir build && cd build
cmake .. && make -j8

Example

in Demo.cpp and test.xml

License

MIT © FusionBolt

About

a simple UI library for learn

License:MIT License


Languages

Language:C++ 95.3%Language:CMake 4.7%