2024-07-17 16:04:44 -04:00
2024-07-17 13:52:24 -04:00
2024-04-07 12:44:02 -04:00
2024-01-03 09:26:21 -05:00
2024-07-17 13:52:24 -04:00
2024-07-17 16:04:44 -04:00
2024-06-20 20:28:11 -04:00
2024-07-16 20:09:49 -04:00
2024-06-20 20:28:11 -04:00

Redacted 3D

License: Unlicense

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

Installing Dependencies

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

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

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

Building The Demo

git clone https://git.redacted.cc/Redacted/Re3D.git && cd Re3D && mkdir build && cd build && cmake .. && make -j8

Additional Notes

It is possible to run Re3D on ARM. Re3D is known to run on the X13s using Ubuntu 24.04 at a reported 500 FPS as of writing. Thank you to Richard Neale for this discovery!

It is also possible to run Re3D on the VisionFive2 (RISC-V). We've tested this not long ago and have made appropriate fixes since. If I remember correctly we were running Debian on the board. (FPS not documented, but we remember it being quite low - Maxine)

Richard Neale has also discovered Re3D can run on a Banana Pi F3 (RISC-V) running Armbian 24.5 at a reported 5 FPS. For armbian the Ubuntu instructions should apply and the package name for libfreetype is libfreetype-dev.

Testing of Re3D on a variety of CPU architectures is encouraged and greatly appreciated. Although we may not support every architecture at this current time we definitely appreciate any work put toward testing and porting to various architectures.

Donation
Monero
Description
A classic 3D game-engine for Linux & Windows.
Readme 3.6 MiB
Languages
C++ 93.6%
CMake 5.9%
Shell 0.3%
GLSL 0.2%