Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 796 Bytes

File metadata and controls

32 lines (25 loc) · 796 Bytes

libProcessingTemplate

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.

Demonstration

Requirement

  • Qt 5

Usage

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

License

MIT License