Jogl API Overview: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Before starting, you should know that the JOGL API is not a young API, this means that there are some things that are old, so you should always evaluate what you are looking at.
Before starting, you should know that the JOGL API is not a young API, this means that there are some things that are old, so you should always evaluate what you are looking at.


We will reference all the links to the principle [http://jogamp.org/git/?p=jogl.git;a=tree;hb=HEAD jogamp server], but you can click also on the github version for a better layout and highlighting
We will reference all the links to the principle [http://jogamp.org/git/?p=jogl.git;a=tree;hb=HEAD jogamp server], but you can click also on the GitHub version ([https://github.com/sgothel/jogl GH]) for a better layout and highlighting.


You can find the most interesting part under [http://jogamp.org/git/?p=jogl.git;a=tree;f=src/jogl/classes/com/jogamp/opengl;h=1b5d1802174cbd371560c9c786039870dcb106fa;hb=HEAD com.jogamp.opengl]  
You can find the most interesting part under [http://jogamp.org/git/?p=jogl.git;a=tree;f=src/jogl/classes/com/jogamp/opengl;h=1b5d1802174cbd371560c9c786039870dcb106fa;hb=HEAD com.jogamp.opengl]  

Revision as of 11:41, 26 July 2015

Before starting, you should know that the JOGL API is not a young API, this means that there are some things that are old, so you should always evaluate what you are looking at.

We will reference all the links to the principle jogamp server, but you can click also on the GitHub version (GH) for a better layout and highlighting.

You can find the most interesting part under com.jogamp.opengl


Shaders