Posted
over 9 years
ago
I want to be able to call the low level LWJGL C functions using ffi from other languages like Go, Pony or nodejs. Is that possible or will it need some hacks?
|
Posted
over 9 years
ago
Hi,just recently, I checked again whether my LWJGL raytracing demos are all working, and it seems that two of them don't work anymore with your recent changes. I think it has to do with the deduplication of the native methods.My card and driver suppo...
|
Posted
over 9 years
ago
Thanks a lot, it works smoothly.
|
Posted
over 9 years
ago
I'm afraid all of those are way above my head. I code LWJGL because it's Java! But I understand that you have your work cut out for you, if you somehow get this up and running and my game runs at some kind of framerate on RPi 2 I will build a RPi VR...
|
Posted
over 9 years
ago
You forgot glfwPollEvents() in the render loop.
|
Posted
over 9 years
ago
I was just try to draw an image onto the screen. When I ran the code it first every thing got lagy and the screen got mest up. Then my computer froze and I had to restart. I have lunix. This is my exact code.[code]private static final long serialVersi...
|
Posted
over 9 years
ago
Just search for the work "tutorial" in these forums to see plenty of suggestions previously given.
|
Posted
over 9 years
ago
Do you know of any good openGL tutorial?
|
Posted
over 9 years
ago
You should read up on some opengl tutorials (of which there are many on the web), you sound like a beginner to opengl so running through some tutorials shoud help you out a lot
|
Posted
over 9 years
ago
That worked. Thank you, although the getting started code should be edited to reflect these changes...
|