Skip to content

gh-code/libProcessingTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published