Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.19 KB

File metadata and controls

77 lines (48 loc) · 1.19 KB

PulsarUI

PulsarUI is a modern, lightweight UI framework built with C and SDL2.

PulsarUI

Features

  • Written in C
  • Built on SDL2
  • Lightweight and fast
  • Modern UI design
  • Simple Makefile-based build system

Requirements

  • C compiler
  • Make
  • SDL2
  • SDL2_ttf

Installation

Arch Linux

Install the required dependencies:

sudo pacman -S sdl2 sdl2-ttf

Debian / Ubuntu

Update your package lists and install the required dependencies:

sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-ttf-dev

Build

Clone the repository:

git clone https://github.com/ggg610523-lab/pulsar-ui
cd pulsar-ui

Build the project using the Makefile:

make

Running

After building, run the generated executable:

./liquid_glass

The executable name may vary depending on the project's Makefile configuration.

License

See the LICENSE file for licensing information.

##Documentation

coming in future

Contributing

Contributions, bug reports, and suggestions are welcome. Feel free to open an issue or submit a pull request.