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.git
Compile:
$ cd libProcessingTemplate/
$ qmake
$ make
Run:
$ LD_LIBRARY_PATH=/path/to/libProcessingTemplate/thirdparty/libProcessing/lib
$ export LD_LIBRARY_PATH
$ ./main
MIT License