forked from cinder/Cinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Welcome.html
52 lines (42 loc) · 1.67 KB
/
Welcome.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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Welcome to Cinder</title>
<link rel="stylesheet" href="docs/welcome/stylesheets/cinder.css" type="text/css" media="screen" />
</head>
<body>
<div class="wrapper">
<div class="header">
<h1><a href="http://libcinder.org">Cinder</a><h1>
</div>
<div class="contents">
<h1>Welcome to Cinder</h1>
<p>Welcome to Cinder, an open source library for creative coding in C++.</p>
<div class="links">
<h2>Setup</h2>
<ul>
<li><a href="docs/welcome/MacSetup.html">Setup Cinder on Mac OS X</a></li>
<li><a href="docs/welcome/MSWSetup.html">Setup Cinder on Windows</a></li>
</ul>
<h2>Getting Started</h2>
<ul>
<li><a href="docs/welcome/TinderBox.html">TinderBox: Cinder's Project Creation Tool</a></li>
<li><a href="docs/welcome/CinderBlocks.html">CinderBlocks: Prepackaged Libraries for Cinder</a></li>
</ul>
<h2>Advanced</h2>
<ul>
<li><a href="docs/welcome/GitSetup.html">Cinder + Git</a></li>
<li><a href="docs/welcome/MSWNotes.html">Windows Notes</a></li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="docs/html/namespaces.html">Reference</a></li>
<li><a href="docs/Credits.html">Credits</a></li>
</ul>
</div>
<h2>License</h2>
<p>Cinder is released under the <a href="http://www.oss-watch.ac.uk/resources/modbsd.xml">Modified BSD license</a>. That means you can use the code however you'd like, and while we're hoping you'll contribute improvements to Cinder back to the community, it's not required.</p>
</div>
</div>
</body>
</html>