/libp5x-examples

Examples using libp5x

Primary LanguageJava

Examples for libp5x

libp5x is a modularized fork of Processing used inside PraxisLIVE. Based on Processing v3.5.3, it fully supports Java 11+ 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 Gradle build system. The gradle.build files may be used as templates for other projects.

Contents

Running the examples

All the example projects require Java 11+. Open the projects in your IDE, or use ./gradlew run. Building any of the projects will create a distributable application using the Gradle application plugin.

Neil C Smith, Codelerity Ltd.