ashd

A port of Ash to D


Keywords
application, desktop, game, library, gamedev
License
MIT
Install
dub fetch ashd --version 0.8.0

Documentation

ashd

D port of Ash (ActionScript 3 entity systems framework for game development created by Richard Lord).

Original AS3 version - https://github.com/richardlord/Ash Visit http://www.ashframework.org for more information.

Builds with:

Building with cmake:

cd <location where build dir will sit>
mkdir <build-dir>
cd <build-dir>
cmake <ashd-source-dir>
make -j3

Will also build with dub. Has only been tested on linux.