-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (40 loc) · 2.98 KB
/
index.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
38
39
40
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>PADrend</title>
<meta charset="UTF-8"/>
<meta name="author" content="Benjamin Eikel" />
<meta name="robots" content="index,follow" />
<meta name="description" content="Homepage of Platform for Algorithm Development and Rendering (PADrend)" />
<meta name="keywords" content="PADrend, Platform, Rendering, Algorithm, Development" />
<link title="Standard Style" href="screen.css" type="text/css" rel="stylesheet" media="all" />
<link href="images/PADrendLogo32.png" type="image/png" rel="icon" />
</head>
<body>
<div id="header">
<img id="padrend_logo" src="images/PADrend.png" alt="Logo of PADrend" />
</div>
<div id="navigation" class="frame">
<a id="active" href="index.html">Overview</a>
<a href="features.html">Features</a>
<a href="gallery.html">Gallery</a>
<a href="development.html">Development</a>
<a href="contact.html">Contact</a>
</div>
<div id="mainBlock" class="frame">
PADrend stands for <em>P</em>latform for <em>A</em>lgorithm <em>D</em>evelopment and <em>Rend</em>ering – a software system for virtual walkthroughs in complex three-dimensional scenes.
PADrend is developed since 2007 in the research group <a href="https://www.hni.uni-paderborn.de/en/alg/">Algorithms and Complexity</a> at the Heinz Nixdorf Institute, University of Paderborn.
The main developers are <a href="http://www.hni.uni-paderborn.de/en/algorithms-and-complexity/staff/alumni/benjamin/">Benjamin Eikel</a>, <a href="http://www.hni.uni-paderborn.de/en/alg/staff/claudius/">Claudius Jähn</a>, and <a href="http://www.hni.uni-paderborn.de/en/algorithms-and-complexity/staff/alumni/rpetring/">Ralf Petring</a>.
The goals of PADrend are the harmonization of development efforts, the establishment of a basis to compare 3D rendering algorithms, and the provision of an adequate basis for research and teaching.
Among other things, PADrend is utilized to develop and evaluate new rendering algorithms, to support students in writing their bachelor's and master's theses, and to do design reviews of complex virtual scenes on the <a href="http://www.hni.uni-paderborn.de/en/service/rooms-of-building-f/hd-center-fu116/">HD visualization center</a>.
PADrend is based on a collection of C++ libraries.
These libraries define bindings to the <a href="https://github.com/EScript/EScript">EScript</a> scripting language.
PADrend consists of a set of plug-ins, which are written in EScript and use the functionality of the base libraries.
</div>
<div id="footer" class="frame">
<div id="copyright">Copyright 2012–2017 Benjamin Eikel, Claudius Jähn, Ralf Petring</div>
<a href="https://validator.w3.org/check?uri=referer"><img class="valid_logo" src="https://www.w3.org/html/logo/downloads/HTML5_Logo.svg" alt="Valid HTML5" /></a>
<a href="https://jigsaw.w3.org/css-validator/check/referer"><img class="valid_logo" src="https://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS" /></a>
</div>
</body>
</html>