Setting Up An Application With Magus |
Introduction
Magus is a (Qt) application that generates a complete QtCreator project, including C++ code and offers a set of standard widgets to quickly create an application (focussed on game/3D editors). It includes Ogre3D widgets and supports Ogre3D versions 1.9, 2.0 and 2.1. It is by far the easiest way to generate a basic Ogre application within 3 minutes (for fast prototyping or creating a complete application).
The Windows binaries of this project are found in Windows 64bit binaries.
The code is Here
The manual is located in Manual.
Setting Up An Application With QtCreator |
Introduction
This set of instructions will walk you through setting up a QtCreator C++ project from scratch.
First, download QTCreator from https://www.qt.io/download-open-source/
TODO.