Java Bindings for OpenGL: Difference between revisions

Content deleted Content added
BattyBot (talk | contribs)
changed {{Unreferenced}} to {{Refimprove}} & general fixes using AWB (7916)
Line 1:
{{norefrefimprove|date=August 2010}}
{{examplefarmexample farm|date=August 2010}}
'''Java Binding for the OpenGL API''' is a [[Java Community Process|JSR]] [[API]] specification (JSR 231) for the [[Java SE]] platform which allows to use [[OpenGL]] on the [[Java Platform]].<ref>{{cite web
| url=http://jcp.org/en/jsr/detail?id=231
| title=JSR 231: JavaBinding for the OpenGL API
| publisher=[[Java Community Process]]
| accessdate=2011-02-06}}</ref>. There is also '''Java Binding for the OpenGL ES API''' (JSR 239) for the [[Java ME]] platform.
 
== Programming concepts ==
Line 62:
 
== Implementations ==
*[[Java OpenGL]] : The reference implementation, available on [[Microsoft Windows]], [[Linux]], [[Mac OS X]], and [[Solaris (operating system)|Solaris]] platforms.<ref>{{cite web
| url=http://jcp.org/aboutJava/communityprocess/final/jsr231/index.html
| title=JSR-000231 Java Bindings for the OpenGL API
| publisher=[[Java Community Process]]
| quote=''In order to facilitate maximum community participation for the Java Binding for the OpenGL API, we use the JOGL project on java.net found at https://jogl.dev.java.net. The JOGL source code can be found there, licensed under a liberal source code license (mostly licensed as BSD except where we use other parties' licensed code). We take a snapshot of the code from this project every few months, run the Technology Compatibility Kit on the source code, and then officially make it the Reference Implementation for each formal Java Binding for the OpenGL API release.''
| accessdate=2011-02-06}}</ref>.
 
== See also ==