Skip to content
Eli Aloni edited this page May 31, 2021 · 15 revisions

Getting started

Downloading and installing Urho.Net

Start new Urho.Net project

  • ./new-project.sh (on Windows it's new-project.bat)
  • Follow the instructions

Updating Urho.Net with the latest modifications and fixes

  • cd "to the Urho.Net folder"
  • git pull origin

Getting the demo samples

opening and running the FeatureSamples in Visual Studio Code

  • cd Samples
  • code FeatureSamples
  • F5

Videos

General

https://youtu.be/LR4M4RMc1qI

iOS development

https://youtu.be/6YZC6N9cIGk

Android development

https://youtu.be/ElMs_jkcLxo

Clone this wiki locally