Skip to content

urho3d-archive/Urho3D_DotNetBindings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Urho3D_DotNetBindings

1. Building Native Library

Build urho3d/urho3d#2171 as x32 DLL.

2. Building Bindings

  1. If you compiled the DLL as Release, in file "Bindings/Consts.cs" change "Urho3D_d" to "Urho3D".
  2. Run "Bindings/Build.bat".

3. Test

  1. Copy "Urho3D(_d).dll" to Samples folder.
  2. Copy "DotNetBindings.dll" to Samples folder.
  3. Copy "Data" and "CoreData" to Samples folder.
  4. Run "Samples/BuildAll.bat".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.4%
  • Batchfile 0.6%