Questions tagged [urhosharp]

a .NET binding for Urho3d game engine

UrhoSharp is a cross-platform high-level 3D and 2D engine that can be used to create animated 3D and 2D scenes for your applications using geometries, materials, lights and cameras.

Website: https://developer.xamarin.com/guides/cross-platform/game_development/urho/

47 questions
0
votes
1 answer

How to focus UrhoSharp window when app starts?

UrhoSharp example app from UrhoSharp template for Visual Studio should exit when ESC key is pressed: Input.SubscribeToKeyDown(args => { if (args.Key == Key.Esc) Exit(); }); However, it seems that it does not. I have found that I need to click the…
TN.
  • 18,874
  • 30
  • 99
  • 157
0
votes
2 answers

How to draw circles or Line in UrhoSharp

am using urhosharp game engine from xamarim to develop a cross-platform game .... it was really good choice and compatible with WPF but I did not know how to draw shapes , I went through the guide and documentation and did not find a way maybe to…
samibel
  • 634
  • 2
  • 6
  • 20
1 2 3
4