Files
ReWindow/README.md
Redacted 9707981cfd
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m30s
Update README.md
2025-01-26 01:51:47 -05:00

716 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

Fedora/RHEL:  dnf install cmake make gcc-g++ libX11 libX11-devel mesa-libGL-devel vulkan-loader-devel
Ubuntu/Debian:  apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev libvulkan-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