Skip to content

Latest commit

 

History

96 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhosphorusGUI

PhosphorusGUI is a C library that aims to make creating GUIs in Raylib easier, more customizable, and more reactive.

Note

PhosphorusGUI is not thread-safe.

Features

  • Ready-to-go out of the box flexible and customizable GUIs
  • Lightweight

Clone the repository

git clone https://github.com/loganjellis/PhosphorusGUI.git
cd PhosphorusGUI

Building

cmake -S . -B build
cmake --build build

Using PhosphorusGUI (in-directory, place header files in /include, .a files in /lib, and any .dll files next to any executables)

target_include_directories(app PRIVATE "path/to/include")
target_link_libraries(app PRIVATE "path/to/lib")

Using PhosphorusGUI (subdirectory)

add_subdirectory(PhosphorusGUI)
target_link_libraries(app PRIVATE PhosphorusGUI::phosphorus_gui)

Documentation and Information

Please refer to the PhosphorusGUI documentation here.

About

PhosphorusGUI is a C library that aims to make creating GUIs in Raylib easier, more customizable, and more reactive.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages