1
0
forked from Redacted/Re3D
This branch is 71 commits behind Redacted/Re3D:main
2024-05-08 21:38:12 -04:00
2024-04-28 18:44:11 -04:00
2024-04-07 12:44:02 -04:00
2024-01-03 09:26:21 -05:00
2024-05-08 21:38:12 -04:00
2024-05-08 21:38:12 -04:00
2023-11-18 09:04:45 -05:00
2024-05-07 18:45:34 -04:00
2024-04-28 16:48:56 -04:00

Redacted 3D

License: Unlicense

A classic 3D game-engine for Linux & Windows.

Installing Dependencies

  • Fedora sudo dnf install git cmake make meson gcc-g++ mesa-libGL-devel mesa-libGLU-devel systemd-devel

  • Ubuntu sudo apt install git cmake make meson gcc g++ pkg-config libgl-dev libglu1-mesa-dev libudev-dev

  • Archᵇᵗʷ sudo pacman -S git cmake make meson gcc libgl glu

Building The Demo

git clone https://git.redacted.cc/Redacted/Re3D.git && cd Re3D && mkdir build && cd build && cmake .. && make -j8
Description
Readme 3 MiB
Languages
C++ 57.3%
C 38.5%
CMake 4.1%
GLSL 0.1%