Spkgen is an editor for the SPARK particles engine using a node-based interface to create particles effects for games.
Spkgen is in developpement and is not yet fully functional.
Development is done on linux.
Building on another system is not tested but final release should be cross-platform.
TODO
Spkgen developpement is done with Qt 5.11.1 + QtCharts module for tgraph plot editor widget.
WARNING : Do not use Qt 5.11.2, I experienced some bugs with FileDialogs on linux...
git submodule init
git submodule update
cd 3rdparty/nodeeditor
mkdir BUILD
cd BUILD
make
(Urho3D and Urhox libraries need to be builded)
- Open spkgen.pro with QtCreator.
- Edit spkgen.pro file
- Set variable path :
#--------------------------------------------------------------------
# path to Urho3D and Urhox
#--------------------------------------------------------------------
URHO3D_HOME = /home/John/Dev/Urho3D/BUILD
URHOX_HOME = /home/John/Dev/Urhox/output
- Copy Urho3D assets 'Data' and 'CoreData' to Spkgen/Bin
- Open Spkgen.pro with QtCreator
- Build and Run