An open API service indexing awesome lists of open source software.

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

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)