-
Notifications
You must be signed in to change notification settings - Fork 0
/
xj3d.html
37 lines (36 loc) · 1.09 KB
/
xj3d.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="vlc.css"/>
<title>VLC Open Source Libraries - Xj3D</title>
</head>
<body>
<main id="page_content">
<h1>Xj3D</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">Makefilex</div>
</div>
<div>
<div class="table_row_title">Downloads</div>
<div class="table_row_content">TBD</div>
</div>
</div>
<div class="prod_description">
<p>An implementation of the VRML97 and X3D ISO standards. Extensive code with many different pluggable
endpoints for various renderers. It also has a suite of applications that can go with it, though the
file format converter is the most populate usage of the code.
</p>
</div>
</main>
</body>
</html>