Skip to content

interstar/Patterning-for-Processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patterning for Processing

A Processing Library that wraps a copy of Patterning, the Clojure pattern generation library as a library suitable for using from a Processing sketch.

Intro

This project is forked from the Processing library template for Eclipse. See the instructions in that project for more information about how to use it.

You will need to add two jar files to the path for your project in Eclipse :

  • The Processing core.jar as described in that project
  • The Patterning.jar which can be found either on Clojars or in the lib directory of this git download.

This project can be compiled to make a Processing Library. You can also use it as an example for including the Patterning library jar in your own Java projects.

About

Wraps the Patterning Library for use within Processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.7%
  • CSS 19.4%
  • Processing 2.3%
  • Shell 1.6%