XUtils

rengfx

lightweight, expressive, extensible 2D/3D game engine.


rengfx

RE ENGINE FX

DUB Package

lightweight, expressive, extensible multimedia engine

blocks demo gif

table demo gif

documentation

hacking

requirements:

  • make and a C compiler (gcc, clang)
  • dub and a D compiler (dmd, gdc, ldc)

rengfx depends on raylib (via dray bindings). by default, dray will run a pre-generate script that automatically builds raylib.

build engine:

dub test # run tests
dub build # build library

open docs locally:

dub run -b ddox

run demo:

cd demo/<name>
dub run # run demo

Articles

  • coming soon...