Hello,
I’m new to JUCE so be gentle.
I’m trying to figure out some things with JUCE OpenGL. I have a sample of JUCE opengl running with some .3ds models. I have done some GLSL programming but now trying to move over to JUCE for a VST plugin I have to write.
I also see that i can use GLM with JUCE
Questions:
-
I’m having some GLFW link issues with my project, so before I continue fumbling around…can JUCE be used with GLFW
-
I noticed that JUCE has shader support via the OpenGLShaderProgram class. Is there some sample code somewhere that I can learn how to use it
Thanks,
Rod