orange bowler hat 1d9169679f Updates to windows version
Many changes to flesh out windows version of ReWindow.
Incomplete, not compiled or tested.
Almost certainly won't work as is but a lot closer to a functioning Windows version
2024-05-03 23:49:35 +01:00
2024-04-29 23:03:35 +01:00
2024-04-29 23:03:35 +01:00
2024-01-25 20:10:46 -05:00
2024-04-30 14:45:43 -07:00
2024-05-03 23:49:35 +01:00
2023-12-30 10:05:49 -05:00
2024-04-30 14:45:43 -07:00
2023-12-30 10:05:49 -05:00
2024-03-26 11:47:59 -04:00
2024-04-30 14:45:43 -07:00
2024-01-25 19:55:57 -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

  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
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%