libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 50 forks source link

gdx video with lwjgl3 #54

Closed roiniti closed 4 years ago

roiniti commented 4 years ago

I'm trying to use this library for my libgdx project and I think it works fine with the compiled library but I get the error "com.badlogic.gdx.backends.lwjgl3.audio.OpenALAudio cannot be cast to com.badlogic.gdx.backends.lwjgl.audio.OpenALAudio" because I'm using lwjgl3 and RawMusic uses lwjgl, could you please send me a compiled library for lwjgl3? because I tried to built it and i get java.lang.NoClassDefFoundError when I try to use it