Jump to content

Talk:Java OpenGL

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Thecoshman (talk | contribs) at 09:13, 7 December 2011 (Unsupported Features and known flaws). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconJava Stub‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Java, a collaborative effort to improve the coverage of Java on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

Unsupported Features and known flaws

I think it would really help if a list of the above where to be added to the page. It would allow people to make a more informed choice about weather or not they want to use JOGL. Though at the moment in time, it may not be that useful, what with version one effectively unsupported and version two still in beta; this later point could make it hard to keep track of so maybe a link to the jogl site and just list some of the more notable and server problems. Thecoshman (talk) 09:13, 7 December 2011 (UTC)[reply]

Untitled

Hi, the source code listed is somewhat archaic, and not quite correct (will swamp the CPU) - it should be revised ot rather make use of the provided Animator classes, etc.

Dawid (10:38, 21 Feb 2006 SAST)

In fact, it probably won't compile with the newer versions at all. I've encountered the same problem with the various OpenGL tutorials on the net that provide JOGL samples. -- Ashmodai 03:00, 9 March 2006 (UTC)[reply]

The sourceode needs an update

Status and Java / OpenGL interoperability

Thought it was interresting to link JOGL to JSR-231 explicitely (before that was just in the image box), and talk about the upcoming interoperability between Java2D and OpenGL, through JOGL Hervegirod 21:08, 15 May 2006 (UTC)[reply]


The source code also needs some comments... —Preceding unsigned comment added by Bourriquet 42 (talkcontribs) 18:41, 3 November 2008 (UTC)[reply]

I've refactored the example code into one class which uses the Animator utility. Curran.kelleher (talk) 00:08, 6 April 2009 (UTC)[reply]

I can't understand the sample code at all. It needs more comments, telling what each thing does! By the way, say I want to make a jar (not an applet) that creates a new window with a cube. Can you show me how to do it, with explanations for what each thing does? And how would I rotate it? Also, does JOGL have to be downloaded by the application or does it come with the Java library? I'm a decent Java programmer, I've used AWT and Swing many times, and I want to try out JOGL, but googling and looking at Javadocs is just leaving me more and more confused. Uber-Awesomeness (talk) 19:41, 13 November 2009 (UTC)[reply]