/particles

Simple 2D particle effect engine.

Primary LanguageC++

particles

Simple 2D particle effect engine. May be used as a trivial example of Qt graphics classes usage:

  • QGraphicsScene
  • QGraphicsView
  • QMainWindow

Dependences

Qt5 libraries are needed. You can install them by:

 sudo apt-get install qt5-default

If you still receive an error, installation of qt-sdk may fix it:

sudo apt-get install qt-sdk

Then you may need to reinstall qt5-default, as qt-sdk replaces qt5 libraries with the qt4 ones. So run it again:

sudo apt-get install qt5-default

Build

Run in the project's directory:

qmake
make