![JAR search and dependency download from the Maven repository](/logo.png)
e.libp5x.processing-core.4.430.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of processing-core Show documentation
Show all versions of processing-core Show documentation
Modularized fork of Processing Core libraries.
The newest version!
module org.praxislive.libp5x.core {
requires java.desktop;
requires java.sql;
exports processing.awt;
exports processing.core;
exports processing.data;
exports processing.event;
exports processing.opengl;
opens processing.awt;
opens processing.core;
opens processing.data;
opens processing.event;
opens processing.opengl;
uses processing.core.PApplet.GraphicsFactory;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy