micycle1 / processing-core-4

Processing 4 core as a Maven artifact via JitPack
35 stars 10 forks source link

Fixed broken build #6

Closed TidensBarn closed 1 year ago

TidensBarn commented 1 year ago

This build wasn't working for me for two reasons:

Missing native library files. You need to use jogl-all-main to get all the dependencies. See here

Missing shader files from processing4\core\src\opengl\shaders because the resources directory was removed from POM.

micycle1 commented 1 year ago

Can you include the more specific path to the shaders: processing4/core/src/processing/opengl/shaders/