Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 683 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 683 Bytes

Urhox

Urhox is a library that extend Urho3D using some externals libraries and custom modules.

Urhox support next features :

  • ImGui
  • Spark particles engine

Screenshots

Building

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.

Prepare samples data

  • Copy Urho3D "Data" and "CoreData" to output/Bin
  • Copy bin/SparkData to output/Bin