Skip to content

fredakilla/Urhox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages