-
Notifications
You must be signed in to change notification settings - Fork 0
/
j3d.html
34 lines (33 loc) · 1.04 KB
/
j3d.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="vlc.css"/>
<title>VLC Open Source Libraries - j3d.org Tools</title>
</head>
<body>
<main id="page_content">
<h1>J3D Tools</h1>
<div class="table_wrapper">
<div>
<div class="table_row_title">GitHub</div>
<div class="table_row_content"><a href="https://github.com/Virtual-Light-Company/vlc-common">URILib</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:j3d-*</code></a></div>
</div>
</div>
<div class="prod_description">
<p>A set of tools for 3D work. Matrix libraries, file format loaders and more.</p>
</div>
</main>
</body>
</html>