PulsarUI is a modern, lightweight UI framework built with C and SDL2.
- Written in C
- Built on SDL2
- Lightweight and fast
- Modern UI design
- Simple Makefile-based build system
- C compiler
- Make
- SDL2
- SDL2_ttf
Install the required dependencies:
sudo pacman -S sdl2 sdl2-ttfUpdate your package lists and install the required dependencies:
sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-ttf-devClone the repository:
git clone https://github.com/ggg610523-lab/pulsar-ui
cd pulsar-uiBuild the project using the Makefile:
makeAfter building, run the generated executable:
./liquid_glassThe executable name may vary depending on the project's Makefile configuration.
See the LICENSE file for licensing information.
##Documentation
coming in future
Contributions, bug reports, and suggestions are welcome. Feel free to open an issue or submit a pull request.
