No description
  • C++ 95.5%
  • CMake 4.5%
Find a file
azaroth08 bb42e45c0d
All checks were successful
Check Formatting / format (push) Successful in 50s
C++ CI / build (push) Successful in 3m7s
Merge branch 'main' of ssh://gitea.izirith.com:2222/azaroth08/Uni
2026-04-07 21:59:34 -04:00
.github/workflows Merge branch 'main' of ssh://gitea.izirith.com:2222/azaroth08/Uni 2026-04-07 21:59:34 -04:00
fonts First Succesful Build with GUI using Walnut example layer (is spec.Name supposed to show up in the window?) 2025-02-16 14:08:31 -05:00
src updated readme, and gitignore 2025-02-17 00:01:39 -05:00
submodules Removed glm from install dependency and added to submodules 2025-02-17 13:06:38 -05:00
.gitignore updated readme, and gitignore 2025-02-17 00:01:39 -05:00
.gitmodules Removed glm from install dependency and added to submodules 2025-02-17 13:06:38 -05:00
CMakeLists.txt Removed glm from install dependency and added to submodules 2025-02-17 13:06:38 -05:00
README.md Wow I suck tonight 2025-02-18 00:57:47 -05:00

Uni

Main Build Status Dev Build Status

It's a start. Only a few thousand left to go.

Package Requirements (apt)

The following packages are required to build and compile this project (on debian).
-libvulkan-dev -libwayland-dev -libxkbcommon-dev -xorg-dev

These can be installed with the following command:

sudo apt install -y libvulkan-dev libwayland-dev libxkbcommon-dev xorg-dev