reng 0.3.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
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
- highly extensible
- wip
hacking
requirements:
make
and a C compiler (gcc
,clang
)dub
and a D compiler (dmd
,gdc
,ldc
)
build raylib:
git clone https://github.com/xdrie/raylib.git && cd raylib
git checkout 3.0.0_patch
cd src
make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED RAYLIB_MODULE_RAYGUI=TRUE -j$(nproc)
# install (optional)
sudo make install PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED RAYLIB_MODULE_RAYGUI=TRUE
raylib needs to be in your linker search path for dray
to find. if it is installed, it should be detected automatically.
build engine:
cd src
dub test # run tests
dub build # build library
run demo:
cd ../demo/<name>
dub run # run demo
license
licensed under LGPL v2.1
libraries:
- raylib, Zlib license
- Registered by redthing1
- 0.3.1 released 4 years ago
- bmchtech/rengfx
- proprietary
- Copyright © 2020, xdrie
- Authors:
- Dependencies:
- datefmt, dray, jar, witchcraft, colorize
- Versions:
-
0.20.0-beta3 2024-Sep-02 0.20.0-beta2 2024-Jul-16 0.20.0-beta1 2024-Jul-16 0.12.0 2024-Jul-16 0.11.1 2024-Jul-15 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
10 downloads this month
-
932 downloads total
-
- Score:
- 2.5
- Short URL:
- reng.dub.pm