Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. libProcessing is a C++ library for Processing and this is an example.
- Qt 5
Get the source code:
$ git clone --recurse-submodules -j8 https://github.com/gh-code/libProcessingTemplate.gitCompile:
$ cd libProcessingTemplate/
$ qmake
$ makeRun:
$ LD_LIBRARY_PATH=/path/to/libProcessingTemplate/thirdparty/libProcessing/lib
$ export LD_LIBRARY_PATH
$ ./mainMIT License
