Skip to content

Vertmo/ProcessingML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessingML

An OCaml implementation of the Processing library

Dependencies

This project currently only works for Unix-like systems (Linux or MacOS), since it is heavily reliant on the Unix OCaml module.

In order to build sketches, and to build this project, you'll need to have OCaml (>= 4.07.0) and opam installed, as well as dune, which you can install through opam install dune.

Usage

  • Install the the app and library in your current opam switch with opam install .
  • Execute the app on a sketch with processingml sketch/sketch.ml

License

This project is licensed under the GNU LGPLv3.0. See LICENSE.

About

An OCaml implementation of the Processing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages