Hi, I’m new to the forums and Urho3D and am posting this as I am struggling to get Urho3D working with a new project.
I have never used CMake but have managed to get the samples to build and have been through and had a quick look at them all.
I want to start a new project with so that I can get up and running with Urho3D and start developing right away! I have tried building Urho3D through CMake without the samples but when I open the Urho3D solution in visual studio I am faced with about 25 different projects, sdl and bullet etc etc…!! should these be here?
I have tried to use Urho3D as an external library, but get all sorts of errors (PATH variables have been set correctly, i believe)
I have also tried following this tutorial to the t: https://urho3d.github.io/documentation/1.7/_using_library.html
but am unsure how to get this integrated with a visual studio project/solution.
Is there a very simple template that has either all the cmake requirements done? or a template that i can download with the external library set up already?
Thankyou.