Update README.md
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m43s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m43s
This commit is contained in:
@@ -16,6 +16,13 @@ A classic 3D game-engine for Linux & Windows.
|
||||
git clone https://git.redacted.cc/Redacted/Re3D.git && cd Re3D && mkdir build && cd build && cmake .. && make -j8
|
||||
```
|
||||
|
||||
### What's The Goal?
|
||||
The game development industry has lost sight of what made games fun. A massive amount of the development time will be focused on graphics instead, The result being a pretty game that's not fun to play. Or worse, A game that's released unfinished.
|
||||
|
||||
Open Source game engines or engine components are commonly under copyleft licenses. If you were to make use of it then the entire game would also have to be under the same license. In terms of making a game to sell they're useless.
|
||||
|
||||
So then, A simple game-engine with the goal of **all** of the code being public domain.
|
||||
|
||||
### 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!
|
||||
|
||||
|
Reference in New Issue
Block a user