Missing Jar Files for HelloGlobe (JogAmp)

77 Views Asked by At

I am trying to run the following example.

I get errors for the following lines

import framework.Semantic;
import glm.mat.Mat4x4;
import glm.vec._2.Vec2;
import glm.vec._3.Vec3;
import uno.debug.GlDebugOutput;
import uno.glsl.Program;

...

import static glm.GlmKt.glm;
import static uno.buffer.UtilKt.destroyBuffer;
import static uno.buffer.UtilKt.destroyBuffers;

It seems that I am missing some more jar files even though I successfully imported jogl-all.jar and gluegen-rt.jar

I tried searching mvnrepository but did not find the jars I was looking for. I am not using maven.

0

There are 0 best solutions below