Files
ReWindow/README.md
maxine 68ae72e6be
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 6m13s
broken SHIT
2024-08-22 12:00:26 -04:00

674 B

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

  dnf install cmake make gcc-g++ libX11 libX11-devel
  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