You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install AggiEngine simply run the following command.
$ pip install AggiEngine
It is possible that you may still experience issues following the pip installation. If this is the case, first try installing C++ Build Tools 2015. If you're on windows chocolatey should be an easy solution for you.
Once this is installed download Qt Designer.
This is for creating .ui files which AggiEngine will use for UI creation
After that is complete install Tiled.
And that's it you're ready to start making games with AggiEngine!
Creating the simplest application
First, create a widget base .ui file using Qt Designer and save it in the project.
Now let's make sure your install is working with this basic script.