reng 0.4.1
RE_NGINE_FX game framework/engine
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
rengfx
RE ENGINE FX
lightweight, expressive, extensible game engine
demo binary (v0.3.3) (win/linux)
features
- only library dependency is
raylib
- modular, data-driven Scene-Entity-Component architecture
- full headless execution support, making unit tests simple
- real time runtime debug console and inspector
- 2d and 3d graphics support
- multi scene layering and compositing
- integration with physics engines (
nudge
,dmech
) - bulit-in shaders for stylized lighting and postprocessing
- highly extensible
- wip
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
run demo:
cd demo/<name>
dub run # run demo
license
available to use under the LGPL v3.0
libraries:
- Registered by xhyi
- 0.4.1 released a year ago
- redthing1/rengfx
- LGPL-3.0 or proprietary
- Copyright © 2020, xdrie
- Authors:
- Dependencies:
- datefmt, dray, jar, witchcraft, colorize
- Versions:
-
0.7.3 2022-Mar-19 0.7.2 2022-Feb-28 0.7.1 2022-Feb-26 0.7.0 2022-Feb-26 0.6.3 2022-Feb-25 - Download Stats:
-
-
0 downloads today
-
5 downloads this week
-
59 downloads this month
-
226 downloads total
-
- Score:
- 2.2
- Short URL:
- reng.dub.pm