Questions tagged [urho3d]

Use this tag for questions about the Urho3D game engine.

Use this tag for questions about the Urho3D game engine.

Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++.

21 questions
0
votes
0 answers

Urho3d skynode unwanted artefacts

I have a problem with a sky node in the UrhoSharp 1.4.47 sprite engine running on Android smartphones and tablets. iPhones don't have this problem. When looking at the sky node exactly in the direction up ={0,1,0} or left ={1,0,0} or right or back…
Geert Jan
  • 408
  • 1
  • 6
  • 22
0
votes
1 answer

BufferedSoundStream can't play wav files

I'm making an app for my drum classes and to make it cross-platform I've chosen Urho.Sharp, because it has low level Sound API as well as rich graphics capabilities. As a first step I'm making a metronome app and for that I'm working with…
Roman Nikitin
  • 113
  • 1
  • 1
  • 7
0
votes
2 answers

Running Urho3D and Qt from main

I am using the Urho3D engine with Qt for an application. The problem is that both Urho3D and QApplication require to be ran from main(). For now I am using it in separate processes but IPC makes it complicated. Is there any way to solve this issue?…
ni1ight
  • 327
  • 4
  • 12
0
votes
2 answers

Urho Android - Sending events is only supported from the main thread

I'm trying to populate my scene from my page after it has been created but i'm getting the above error. This is for android , it works on iOS (Some issue with thread security) 01-05 18:45:19.139 E/Urho3D (32719): Sending events is only supported…
Jimmy
  • 895
  • 3
  • 12
  • 36
0
votes
1 answer

How to compile Urho3D's submodule for HoloLens

There is a readme here But it doesn't cover compilation of the submodule for HoloLens. The developer lists these steps (from various posts this thread in xamarin forums) git clone git@github.com:xamarin/urho.git git submodule update --init // make…
VR Coder
  • 21
  • 2
0
votes
1 answer

Xamarin Forms - Urho - Create scene on page

this is the first time i'm using urhosharp and i'm having some issues. I tried following some examples samples but my app is crashing . I installed the nuget package UrhoSharp.Forms I just want to create a scene with the camera in the middle that i…
Jimmy
  • 895
  • 3
  • 12
  • 36
1
2