Skip to main content

History: Setting Up An Application - Magus and QtCreator V2

Source of version: 5 (current)

Copy to clipboard
            {DIV(class="Layout_box6")}{SPLIT(colsize=15%|85%)}{img fileId="1919"}---
{DIV(class="bigBold")}Setting Up An Application With Magus{DIV}{SPLIT}
{DIV}
%clear%
!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 [https://github.com/spookyboo/Magus_bin|Windows 64bit binaries].
The code is [https://github.com/spookyboo/Magus|Here]
The manual is located in [https://github.com/spookyboo/Magus/blob/master/docs/Magus%20manual.pdf|Manual].


{DIV(class="Layout_box6")}{SPLIT(colsize=15%|85%)}{img fileId="1919"}---
{DIV(class="bigBold")}Setting Up An Application With QtCreator{DIV}{SPLIT}
{DIV}
%clear%
!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.