Create README.md

This commit is contained in:
2024-04-28 15:46:56 -04:00
parent 803616e40a
commit 4880a42da1

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
## ![](https://redacted.cc/resources/Re3D-noText.png) Redacted 3D
#### [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
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```
<br><br>
- Ubuntu ```sudo apt install git cmake make meson gcc g++ pkg-config libgl-dev libglu1-mesa-dev libudev-dev```
<br><br>
- Archᵇᵗʷ ```sudo pacman -S git cmake make meson gcc libgl glu```
### Building The Demo
```bash
git clone https://git.redacted.cc/Redacted/Re3D.git && cd Re3D && mkdir build && cd build && cmake .. && make -j8
```