Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.89 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.89 KB

Examples for libp5x

libp5x is a modularized fork of Processing used inside PraxisLIVE. Based on Processing v4, it fully supports Java 17+ and the Java module system, and uses LWJGL for OpenGL rendering.

This repository contains a number of examples ported from Processing to Java, using libp5x. They all use the Maven build system. The POM files may be used as templates for other projects. The examples themselves retain their existing copyright and license.

Contents

Running the examples

All the example projects require Java 17+ is available.

To run each examples, use ./mvnw package exec:exec (Linux / macOS) or .\mvnw.cmd package exec:exec (Windows) from a terminal in the project folder.

Or open the projects in your favourite IDE. If you're not sure, we recommend our own packages of Apache NetBeans, obviously!

Neil C Smith, Codelerity Ltd.