You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wanting to use this code as a building block for my game that I am wanting to create. I uploaded the project into eclipse, and I am getting all kinds of errors (over 100+ to be exact). I was wondering, what external jars are you using? I install lwjgl (3.0.0, 2.9.3, 2.9.0) Tried each of them, the 3.0.0 solved a lot of issues, but I still have some others basically on Texture classes and everything. If you could please share what other stuff you used with this project please!
Edit: I fixed all but one error, Now it is saying on line 29-43 of GLUtils.java in package: org.craftmania.rendering, that it cannot make a static from a non-static method on GlContext.getCapabilities.
The text was updated successfully, but these errors were encountered:
I was wanting to use this code as a building block for my game that I am wanting to create. I uploaded the project into eclipse, and I am getting all kinds of errors (over 100+ to be exact). I was wondering, what external jars are you using? I install lwjgl (3.0.0, 2.9.3, 2.9.0) Tried each of them, the 3.0.0 solved a lot of issues, but I still have some others basically on Texture classes and everything. If you could please share what other stuff you used with this project please!
Edit: I fixed all but one error, Now it is saying on line 29-43 of GLUtils.java in package: org.craftmania.rendering, that it cannot make a static from a non-static method on GlContext.getCapabilities.
The text was updated successfully, but these errors were encountered: