4571016c4c3720672b7ccc4fda4f43b93a593d92
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m9s
ReWindow
A library which allows easily creating and managing a window and it's events across multiple platforms primarily for games.
Run Demo
Install dependencies
dnf install cmake make gcc-g++ libX11 libX11-devel
apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev
Clone the repository
git clone https://git.redacted.cc/Redacted/ReWindow.git
Build
cd ReWindow && mkdir build && cd build && cmake .. && make
Run it
./ReWindowDemo
Languages
C++
91%
C
6.3%
CMake
2.7%