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

https://github.com/ncrashed/dirrlicht

Port of Irrlicht engine to D2
https://github.com/ncrashed/dirrlicht

Last synced: 4 months ago
JSON representation

Port of Irrlicht engine to D2

Awesome Lists containing this project

README

          

DIrrlicht
=========

Port of [Irrlicht](http://irrlicht.sourceforge.net/) engine to D language. If you are looking for bindings, I suggest checking out [the project](https://github.com/Artistic-Games/DIrrlicht).

Library is on very early development stage!
==================================================

Milestones:
===========
* Port interface part of the engine. (DONE)
* Port software renderer.
* Make example 01_HelloWorld compiliable.