e.praxiscore-video-pgl-code.6.0.0.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 praxiscore-video-pgl-code Show documentation
Show all versions of praxiscore-video-pgl-code Show documentation
Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.
The newest version!
module org.praxislive.video.pgl.code {
requires java.desktop;
requires org.praxislive.core;
requires org.praxislive.code;
requires org.praxislive.video;
requires org.praxislive.video.pgl;
requires org.praxislive.libp5x.core;
exports org.praxislive.video.pgl.code;
exports org.praxislive.video.pgl.code.userapi;
provides org.praxislive.core.services.ComponentFactoryProvider with
org.praxislive.video.pgl.code.PGLCustomFactoryProvider;
opens org.praxislive.video.pgl.code;
opens org.praxislive.video.pgl.code.resources;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy