Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 987 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 987 Bytes

Urho3DInsideQWidget

===========

A simple prototype of Urho3D scene content in Qt5 QWidget. This project provides out of the box integration of Urho3D scene in Qt5 Widget. Some notable information that led me to write this code is from dakilla's answer and my personal possible crash fix improvements.

This project is currently tested on windows 7, MSVC 2017 Community and Qt version 5.9. There are several notes to consider:

  1. You must edit urhoqt1.pro and change URHO_HOME variable to point to your chroot of your urho3d instalation folder.
  2. You must edit engineParameters_ ResourcePrefixPaths to point to your URHO_HOME/share/Resources folder.

Happy Hacking !

This application license is under MIT License