LWJGL
February 07, 2012, 05:15:41 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: LWJGL 2.8.3 released!
 
   Home   Help Search Login Register  



Pages: [1]
  Print  
Author Topic: LWJGL Issues (Tracking)  (Read 9103 times)
Matzon
Administrator
Demigod
*****
Posts: 2163



« on: August 17, 2005, 05:48:06 »

This is a message that is meant to track the current state of any ongoing issues with LWJGL and its optional components. I will update this bug continually as new bugs are found and/or solved. If you have a confirmed issue, please post it to this thread.

items marked: [inactive] means that there are no people working on it. Please help out if you can.

I am actively avoding using a bugtracking system, to get more exposure and comments. I will brutally delete messages as needed

LWJGL + Input
* -Dorg.lwjgl.util.Debug is only settable through SystemImplementation [inactive]
* isKeyDown returns false if keys are down while display is recreated [inactive]
* If Mouse is released outside window, its state is not updated [inactive]

OpenGL + Display
* Parhelia fails to render in many cases [will not fix | inactive]
* Update GLU, probably sync with JOGL's GLU implementation (already based on ours) [inactive]
* Add NURBS support [inactive]
* Add Tesselation support [inactive]

OpenAL

DevIL

FMOD
* Some methods missing implementation or implemented wrong [inactive]

Other
* Webstartable application for generating an application zip file   or a webstart file (jnlp) given the project resources, classfiles and support libraries for all supported LWJGL platforms.  [inactive]
Logged

http://certusgames.com (Free Online Multiplayer Java Games)
http://lwjgl.org (OpenGL/OpenAL for Java)
Anonymous
Guest
« Reply #1 on: January 27, 2006, 09:16:16 »

i'd like to report a very small issue this is with lwjgl on linux (think its kde specific) it is when you switch to full screen the order of the icons on the desktop gets muddled. full screen with a smaller resolution then ur normal screen resolution. this issue happens on SUSE10 with latest lwjgl binaries. i know its hardly a significant one but should still be looked at. not sure if its lwjgl fault, kdes, or video drivers.
Logged
Anonymous
Guest
« Reply #2 on: February 17, 2006, 06:52:45 »

after a bit of looking round i think the above error is a problem with XRender and not lwjgl
Logged
Rasengan
Newbie
*
Posts: 16



WWW
« Reply #3 on: March 03, 2007, 08:07:50 »

NURBS support: tanks DarkProphet!
Logged
rkrd
Newbie
*
Posts: 1


« Reply #4 on: July 22, 2007, 08:09:59 »

If i understood the source code correctly, lwjgl uses the event system of JInput for joysticks. This has a troublesome side effect on Linux, in many distributions the /dev/input/event has root privileges. The effect is that the joystick is detected, but no events are generated. It would be nice if lwjgl could somehow detect when this happens, and fallback to the oldschool JInput joystick polling which almost always works.
Logged
AGP
Newbie
*
Posts: 41


« Reply #5 on: August 14, 2009, 08:56:00 »

I think the joystick starting with nonzero AxisValues should be reported, because a lot of people don't get that it's just a matter of using the analog sticks to reset their values and there doesn't seem to be a way around this issue (from my end).
Logged
oskar
Newbie
*
Posts: 3


« Reply #6 on: December 28, 2011, 21:05:19 »

When I want to retrieve an OpenGL 3.2 (Core Profile) on Mac OS Lion (10.7) context using the following code will not work:
Code:
            ContextAttribs contextatt = new ContextAttribs(3, 2);
    PixelFormat pixelform = new PixelFormat(8, 8, 0);
    Display.setDisplayMode(new DisplayMode(800,600));
    Display.setTitle("OpenglTest");
    Display.create(pixelform, contextatt);
            System.out.println("OpenGL Version" + glGetString(GL_VERSION));
It prints out: "OpenGL version: 2.1 ATI-7.12.9", and therefor Vertex Array Objects are not supported.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
SMFAds for Free Forums
Valid XHTML 1.0! Valid CSS!