Skip to content

codelerity/libp5x-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Examples using libp5x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages