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
- Host: GitHub
- URL: https://github.com/ncrashed/dirrlicht
- Owner: NCrashed
- License: other
- Created: 2013-07-17T21:05:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T20:55:35.000Z (almost 12 years ago)
- Last Synced: 2025-07-03T17:46:28.212Z (11 months ago)
- Language: D
- Size: 797 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.