https://github.com/demindiro/r3d
A 3D engine written in D
https://github.com/demindiro/r3d
Last synced: 6 months ago
JSON representation
A 3D engine written in D
- Host: GitHub
- URL: https://github.com/demindiro/r3d
- Owner: Demindiro
- License: agpl-3.0
- Created: 2019-01-11T00:18:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T12:48:24.000Z (about 5 years ago)
- Last Synced: 2025-04-01T11:28:36.516Z (over 1 year ago)
- Language: D
- Size: 19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
R3D engine
==========
A game engine written in D.
Features:
* Multithreading (try `make example-many`!)
* OpenGL bindings
* Abuse of mixins (check the code for `Vector` and `Matrix`)
Building the examples
---------------------
**Debian**
Install `dub`: `apt install dub`
Install `glfw`: `apt install libglfw3-dev`
Run `make example-`
Available examples
------------------
`make example-shooter`
`make example-many` (Warning: may make your PC cry)