103c5b200177138484e26bd9e4084872030b8f72
# Conflicts: # CMakeLists.txt # include/rewindow/data/X11Scancodes.h # include/rewindow/types/event.h # include/rewindow/types/key.h # include/rewindow/types/window.h # main.cpp # src/linux/window.cpp
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
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%