zenithght / Urhox

Urho3D extension library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Urho3D extension library


Languages

Language:C++ 90.4%Language:C 9.4%Language:CMake 0.2%Language:QMake 0.0%Language:Shell 0.0%Language:Batchfile 0.0%