forked from hackthefuture/hackthefuture.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
116 lines (109 loc) · 4.57 KB
/
software.html
File metadata and controls
116 lines (109 loc) · 4.57 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Software Downloads - Hack the Future</title>
<link rel="stylesheet" type="text/css" href="/css/simple.css" />
<link rel="stylesheet" type="text/css" href="/lightbox/css/jquery.lightbox-0.5.css" media="screen" />
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Header -->
<div id="header">
<a href="/"><img src="/images/htf_logo.png" width="800" height="150" id="anttop" alt="profile image" /></a>
</div>
<!-- End Header -->
<!-- Begin Naviagtion -->
<div id="navigation">
<ul class="navigation">
<li><a href="/">HOME</a></li>
<li><a href="/next">NEXT EVENT</a></li>
<li><a href="/about">ABOUT</a></li>
<li><a href="/media">MEDIA</a></li>
<li><a href="/press">PRESS</a></li>
<li><a href="/volunteer">VOLUNTEER</a></li>
<li><a href="/sponsor">SPONSOR</a></li>
</ul>
</div>
<!-- End Naviagtion -->
<!-- Begin Content -->
<div class="section black" id="section4">
<div class="label">
<h2>SOFTWARE DOWNLOADS</h2>
</div>
<img src="/banners/banner_12.png" width="800" height="301" id="anttop" alt="profile image" />
<h3>How to come prepared</h3>
<p>Many of the activities at Hack the Future require that you have some
software program installed on your computer. You will get the most out
of the day if this is already pre-installed, and you don't have to do
this on the day of the event. Maybe you want to check it out beforehand,
and you'll already have ideas for a project, or questions for us?
</p>
<h4>Unity 3D</h4>
<p>
Unity is a professional 3D game development tool for Windows and Mac OS X.
</p>
<ul>
<li><a href="http://unity3d.com/unity/download/">Download Unity 3D</a></li>
</ul>
<h4>3D Printing</h4>
<p>
We have some 3D printers that will print anything you can design.
Sketchup is a simple modeling program that lets you create your own
printable objects.
</p>
<ul>
<li><a href="http://www.sketchup.com/download">Download Sketchup</a></li>
</ul>
<h4>Stencyl</h4>
<p>
Stencyl is a cross-platform game creation toolset for writing Flash
games. It is written in Java and requires a Java Runtime Environment
(JRE) installed on your computer.
</p>
<ul>
<li><a href="http://www.stencyl.com/stencyl/get/">Download Stencyl</a></li>
<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Download Java JRE</a></li>
</ul>
<h4>Arduino</h4>
<p>
The Arduino is a small microcontroller board for electronics projects.
To program it, you should install the open-source development
environment.
</p>
<ul>
<li><a href="http://arduino.cc/en/Main/Software">Download Arduino IDE</a></li>
</ul>
<h4>Scratch</h4>
<p>
Scratch is a simple programming environment from MIT that lets you
create interactive games, stories, and animations.
</p>
<ul>
<li><a href="http://scratch.mit.edu/scratch_1.4/">Download Scratch 1.4</a></li>
</ul>
<h4>Webpages and Javascript</h4>
<p>
If your goal is to create a webpage or a Javascript game that you can
play in the browser, that will probalby require the least amount of
software installation. A text editor and a browser are all you need,
and you probably have those on your computer already.
</p>
<ul>
<li><a
href="http://hackthefuture.org/projects/">Download
our example games</a> that you can hack</li>
<li><a href="http://notepad-plus-plus.org/download/">Download
Notepad++</a>, a better editor for Windows than the standard
notepad.</li>
</ul>
</div>
<!-- Begin Footer -->
<div class="footer">
<p>© 2013 Hack the Future</p>
</div>
<!-- End Footer -->
</div>
</body>
</html>