Urhox is a library that extend Urho3D using some externals libraries and custom modules.
Urhox support next features :
- ImGui
- Spark particles engine
Use cmake and URHO3D_HOME variable to the Urho3D build directory.
example :
mkdir BUILD
cd BUILD
cmake .. -DURHO3D_HOME=../../Urho3D/BUILD
make -j12
Out library, samples and public headers are generated into the "output" directory.
- Copy Urho3D "Data" and "CoreData" to output/Bin
- Copy bin/SparkData to output/Bin