Skip to content

Commit a6c5c54

Browse files
authored
Merge pull request #75 from jdonald/software-swift
Add Swift and other download notes
2 parents 7d36780 + 394aeaa commit a6c5c54

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

software/index.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,14 @@ <h3>How to come prepared</h3>
4545
<h4>Unity 3D</h4>
4646
<p>
4747
Unity is a professional 3D game development tool for Windows and macOS.
48+
First-time users should use the standalone installer. Unity Hub is a newer
49+
tool to manage multiple versions of the Unity Editor. If you choose
50+
Unity Hub, after initial installation go to the <i>Installs</i>
51+
tab to download a recent version. This is one of our largest downloads.
4852
</p>
4953
<ul>
50-
<li><a href="http://unity3d.com/unity/download/">Download Unity 3D</a> Personal Edition</li>
54+
<li><a href="http://unity3d.com/get-unity/download/archive">Download Unity standalone</a></li>
55+
<li>or <a href="http://unity3d.com/get-unity/download">Download Unity Hub</a></li>
5156
<li>Read tutorials on <a href="http://unityversity.com">Gamebridge Unityversity</a></li>
5257
</ul>
5358

@@ -65,13 +70,24 @@ <h4>Python</h4>
6570
<p>
6671
Python comes preinstalled on macOS, but typically without an integrated
6772
developer environment (IDE).
68-
IDLE is an IDE that comes bundled with Python's main distribution for
73+
IDLE is an IDE bundled with Python's main distribution for
6974
Windows or macOS.
7075
</p>
7176
<ul>
7277
<li><a href="https://www.python.org/downloads/">Download Python 3</a></li>
7378
</ul>
7479

80+
<h4>iOS Apps</h4>
81+
<p>
82+
Swift is an open-source language for first-class development of
83+
iOS applications. Xcode is by far the largest and longest
84+
software installation, so consider getting this ready prior to
85+
Hack the Future.
86+
</p>
87+
<ul>
88+
<li>MacBook users: Download <a href="https://apps.apple.com/us/app/xcode/id497799835?mt=12">Xcode</a> from the Mac App Store</li>
89+
</ul>
90+
7591
<h4>Greenfoot</h4>
7692
<p>
7793
Greenfoot is an interactive Java development environment designed
@@ -87,7 +103,7 @@ <h4>Minecraft Mods</h4>
87103
<p>
88104
Minecraft mods are often built using the Forge framework. Both Minecraft and
89105
Forge are written in Java and require Java 8 (will not work
90-
with Java 9 nor 10).
106+
with Java 9 and above).
91107
You should also install an IDE.
92108
</p>
93109
<ul>
@@ -153,7 +169,9 @@ <h4>Webpages and JavaScript</h4>
153169
<ul>
154170
<li><a href="https://www.google.com/chrome/browser/">Download Chrome</a> if not already installed</li>
155171
<li><a href="http://notepad-plus-plus.org/download/">Download
156-
Notepad++</a> for Windows, or Xcode from the Mac App Store</li>
172+
Notepad++</a> for Windows, or
173+
<a href="https://apps.apple.com/us/app/xcode/id497799835?mt=12">Xcode</a>
174+
from the Mac App Store</li>
157175
<li><a href="http://hackthefuture.org/projects/">Read our examples</a> that you can hack</li>
158176
</ul>
159177

0 commit comments

Comments
 (0)