# Libp5x - Processing 4 and LWJGL library with examples

**URL:** https://discourse.processing.org/t/libp5x-processing-4-and-lwjgl-library-with-examples/45217
**Category:** Libraries
**Created:** [October 22, 2024, 4:24pm UTC](https://discourse.processing.org/t/libp5x-processing-4-and-lwjgl-library-with-examples/45217 "2024-10-22T16:24:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![neilcsmith](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/neilcsmith/32/144_2.png) [@neilcsmith](https://discourse.processing.org/u/neilcsmith)
#### Post date: [October 22, 2024, 4:24pm UTC](https://discourse.processing.org/t/libp5x-processing-4-and-lwjgl-library-with-examples/45217/1 "2024-10-22T16:24:34Z")

</div>

libp5x is the modularized Processing 4 and LWJGL renderer library that we use in [PraxisLIVE](https://www.praxislive.org). It’s also available via Maven Central and is fairly easy to use with full Java Processing sketches.

I’ve just updated the examples repository that was mentioned here a while ago to use the new v4 release - [GitHub - codelerity/libp5x-examples: Examples using libp5x](https://github.com/codelerity/libp5x-examples)

Examples have also been updated to use a simple Maven project with wrapper script that should make a useful template for porting other sketches.

 ![libp5x-241022](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/3X/3/a/3a722a73ec0245f9d24e35ba63d5ecc29aa4d4a6.jpeg)

Old thread about earlier version at [Libp5x examples - Processing, LWJGL, Gradle and Java 11+ modules](https://discourse.processing.org/t/libp5x-examples-processing-lwjgl-gradle-and-java-11-modules/30110)
