C++ SDL and QT tips

Started by Zefk, October 27, 2016, 07:24:20 AM

Previous topic - Next topic
October 27, 2016, 07:24:20 AM Last Edit: May 16, 2017, 06:05:31 PM by Zefk
I am not exactly sure on how to title this, but Solarus uses SDL 2.x and QT Creator for the editor as far as I know. I found some interesting tutorials on SDL/QT and that is the point of this post. Maybe if someone would like to help Solarus, then it might be useful.

C++ free pdf from tuorialpoint: Here and site tutorials

Tutorial point C++ online compiler: Here

Eclipse is crossplatform IDE (Java/C/C++/etc): Here

However, I used Anjuta when learning C++ basics on Ubuntu Linux and used a commercial book called Beginning C++ Through Game Programming.

SDL Lazy Foo's tutorials: 1.2 and 2.0

QT Creator tutorials: Here

Solarus has of the information in the tutorials above already implemented, but it might be useful for learning purposes if the Solarus engine source code or editor are not understood by an individual.

YouTube Tutorial SDL 1.2 + QT Creator setup: Here (Maybe old, but somewhat useful? If not, then this should help.)