Main Page and Completed Features Objectives: Difference between pages

From JogampWiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
(Created page with "Also see SW Tracking Report Feature Objectives Overview ... == Java 11 == ;Parent Main Node : [{{SERVER}}/bugzilla/showdependencytree.cgi?id=1363&hide_resolved=0 Dependency Tree] <bugzilla> { "id":["1363"], "include_fields":"id,version,product,component,priority,severity,status,summary" } </bugzilla> ;Children blocking Parent <bugzilla> { "blocks":["1363"], "include_fields":"id,version,product,component,priority,severity...")
 
Line 1: Line 1:
__NOTOC__
Also see [[SW Tracking Report Feature Objectives Overview]] ...
{| width="100%"
|-
|
<div>
Welcome to the [{{SERVER}}/ JogAmp] wiki. It documents JOGL, JOCL and JOAL, the cross-platform bindings to the OpenGL, OpenCL, and OpenAL APIs.
</div>
|-
|
{| style="width: 100%;"
|-
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>Getting Started</h3>
*[[Downloading and installing JOGL|Downloading and installing]]
**[[Jogamp Versioning and Releases|Versioning and Releases]]
*[[Setting up a JogAmp project in your favorite IDE|Setting up a JogAmp project in your favorite IDE]]
*[[Jogamp SCM Repositories|Source Code Repositories]]
*[[SW Tracking|Tracking Reports]]
*[{{SERVER}}/chuck/ Build and Test Server]
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>Community</h3>
*[[How to Contribute|Contribute to JogAmp]]
*[[How to Build|Build JogAmp]]
*[[Maintainer and Contacts]]
*[[Jogl FAQ#Bugreports & Testing|Report a bug]]
**[{{SERVER}}/bugzilla/ Bugzilla]
*[http://forum.jogamp.org/ Ask a question in the forum]
*[[chatroom|JogAmp IRC]]
|}
|-


{| style=" width: 100%;"
== Java 11 ==
|-
|colspan="2"|<h1>JogAmp Modules</h1>
|-
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>Roadmaps</h3>
* [[SW Tracking Report Objectives for the release 2.3.0|2.3.0]]
* [[SW Tracking Report Objectives for the release 2.2.1|2.2.1]], [[SW Tracking Report Objectives for the release 2.2.0|2.2.0]]
* [[SW Tracking Report Objectives for the release 2.1.5|2.1.5]], [[SW Tracking Report Objectives for the release 2.1.4|2.1.4]], [[SW Tracking Report Objectives for the release 2.1.3|2.1.3]], [[SW Tracking Report Objectives for the release 2.1.2|2.1.2]], [[SW Tracking Report Objectives for the release 2.1.1|2.1.1]], [[SW Tracking Report Objectives for the release 2.1.0|2.1.0]]
* [[SW Tracking Report Objectives for the release 2.0.2 of JOGL|2.0.2]]
|-


|style="vertical-align: top; padding: 5px; width: 50%"|<h3>JOGL</h3>
;Parent Main Node
*[[Jogl Overview|Overview]] [ [{{SERVER}}/jogl/doc/Overview-OpenGL-Evolution-And-JOGL.html OpenGL Evolution &amp; JOGL] ]
: [{{SERVER}}/bugzilla/showdependencytree.cgi?id=1363&hide_resolved=0 Dependency Tree]
*[[Jogl Tutorial|Tutorial]]
<bugzilla>
*[[Jogl FAQ|FAQ]]
    {
*[{{SERVER}}/git/?p=jogl.git;a=blob;f=LICENSE.txt License]
        "id":["1363"],
*API Doc [ [{{SERVER}}/deployment/jogamp-next/javadoc/jogl/javadoc/ Public], Specs [ [{{SERVER}}/deployment/jogamp-next/javadoc/jogl/javadoc_nativewindow_spec/ Nativewindow], [{{SERVER}}/deployment/jogamp-next/javadoc/jogl/javadoc_jogl_spec/ JOGL] ] ]
        "include_fields":"id,version,product,component,priority,severity,status,summary"
*[{{SERVER}}/jogl/doc/HowToBuild.html How to Build JOGL]
    }
</bugzilla>


|style="vertical-align: top; padding: 5px; width: 50%"|<h3>JOCL</h3>
;Children blocking Parent
*[[JOCL Overview|Overview]]
<bugzilla>
*[[JOCL Tutorial|Tutorial]]
    {
*[[JOCL FAQ|FAQ]]
        "blocks":["1363"],
*[{{SERVER}}/git/?p=jocl.git;a=blob;f=LICENSE License]
        "include_fields":"id,version,product,component,priority,severity,status,summary"
*[{{SERVER}}/deployment/jogamp-next/javadoc/jocl/javadoc/ API Doc]
    }
*[{{SERVER}}/jocl/doc/HowToBuild.html How to Build JOCL]
</bugzilla>
|-
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>JOAL</h3>
*[[Joal Overview|Overview]]
*[[Joal Tutorial|Tutorial]]
*[[Joal FAQ|FAQ]]
*[{{SERVER}}/git/?p=joal.git;a=blob;f=LICENSE.txt License]
*API Doc [ [{{SERVER}}/deployment/jogamp-next/javadoc/joal/javadoc/ Public], [{{SERVER}}/deployment/jogamp-next/javadoc/joal/javadoc_dev/ Internal] ]
 
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>GlueGen</h3>
* [[GlueGen_Wiki|Overview]]
* [{{SERVER}}/git/?p=gluegen.git;a=blob;f=LICENSE.txt License]
* [{{SERVER}}/deployment/jogamp-next/javadoc/gluegen/javadoc/ API Doc]
|}
 
{| style=" width: 100%;"
|-
|colspan="2"|<h1>Related Projects</h1>
|-
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>Java3D</h3>
*[[Java3D Overview|Overview]]
*[[Java3D Tutorial|Tutorial]]
*[[Java3D FAQ|FAQ]]
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>Ji Gong</h3>
*[[Ji Gong Overview|Overview]]
*[[Ji Gong Motivation|Motivation]]
*[[Ji Gong FAQ|FAQ]]
|-
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>Source Certification Contract (SCC)</h3>
*[[SCC Overview|Overview]]
*[[SCC FAQ|FAQ]]
|style="vertical-align: top; padding: 5px; width: 50%"|<h3>Ardor3D</h3>
*[[Ardor3D Overview|Overview]]
*[[Ardor3D Tutorial|Tutorial]]
*[[Ardor3D FAQ|FAQ]]
|}

Revision as of 22:47, 2 February 2023

Also see SW Tracking Report Feature Objectives Overview ...

Java 11

Parent Main Node
Dependency Tree

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Children blocking Parent

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);