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 Ysangkok (talk | contribs) at 01:58, 10 November 2009 ({{WikiProject Java}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconJava Unassessed
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.
???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.
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.

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]