Redacted e39881f2dc
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 2m0s
update RWindow::Open
Create the OpenGL Context without the debug flag if the system supports it (big performance gain)
2025-01-18 13:06:15 -05:00
2024-01-25 20:10:46 -05:00
2025-01-15 22:58:20 -05:00
2025-01-18 13:06:15 -05:00
2024-05-13 13:40:11 +01:00
2025-01-10 19:54:16 -05:00
2023-12-30 10:05:49 -05:00
2025-01-18 13:06:15 -05:00
2024-09-26 00:39:05 -05:00

ReWindow

License: Unlicense

A library which allows easily creating and managing a window and it's events across multiple platforms primarily for games.

Run Demo

Install dependencies

Fedora/RHEL:  dnf install cmake make gcc-g++ libX11 libX11-devel mesa-libGL-devel
Ubuntu/Debian:  apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev libxrandr-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
Description
A cross platform library which facilitates managing a window and it's properties in a standard way.
Readme Unlicense 1.6 MiB
Languages
C++ 91%
C 6.3%
CMake 2.7%