Hello, I’m implementing robotics simulator, I need quality rendering engine. I already have elaborate physics, scripting, etc. All shapes and meshes already are in memory.
I see you have nice documentation page:
which sounds like what I need, but:
- 
        
Can I compile Urho rendering without compiling everything else? Dependencies list is just ridiculous, 27 libraries, including Lua and SQL databases!
 - 
        
If I can’t, maybe someone knows library that will suit better for this purposes? I’m looking for it for some time now, no luck…
 
Thanks!