Software Rendering

Started by Oseania, March 29, 2010, 12:00:14

Previous topic - Next topic

Oseania

We are using LWJGL (through Jme) in our application. As we moved to a newer version we noticed that our app is no longer working with Intel graphic chips as they use only SW acceleration. When we turned the HW acceleration off from our older development machine we noticed that LWJGL web start demos won't even start. Is there something we can do?

Btw, our application is not doing anything fancy with OpenGL: just basic model loading and camera movement (not even textures).

ryanm

There's a "org.lwjgl.opengl.Display.allowSoftwareOpenGL" property to allow software rendering