-
Notifications
You must be signed in to change notification settings - Fork 0
/
aviatrix3d.html
38 lines (37 loc) · 1.28 KB
/
aviatrix3d.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="vlc.css"/>
<title>VLC Open Source Libraries - Aviatrix3D</title>
</head>
<body>
<main id="page_content">
<h1>Aviatrix3D</h1>
<div class="table_wrapper">
<div>
<div class="table_row_title">GitHub</div>
<div class="table_row_content"><a href="https://github.com/j3d/aviatrix3d">Aviatrix3D</a></div>
</div>
<div>
<div class="table_row_title">License</div>
<div class="table_row_content"><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL v2.1</a></div>
</div>
<div>
<div class="table_row_title">Build System</div>
<div class="table_row_content">Maven 3.x</div>
</div>
<div>
<div class="table_row_title">Downloads</div>
<div class="table_row_content">Maven Central Repo <a href="http://www.mvnrepository.com/artifact/org.j3d" target="_parent"><code>org.j3d:aviatrix3d-*</code></a></div>
</div>
</div>
<div class="prod_description">
<p>A 3D scenegraph API that uses OpenGL under the covers for the low level rendering. Optimised pipelines,
state sorting and more are provided, as well as loaders for various file formats. Originally building on
the formal JOGL implementation, with the death of that project and rebirth over at the JOGAmp collective,
it lives on again
</p>
</div>
</main>
</body>
</html>