diff --git a/software/index.html b/software/index.html index 1cdc457..d1a1335 100644 --- a/software/index.html +++ b/software/index.html @@ -45,9 +45,14 @@

How to come prepared

Unity 3D

Unity is a professional 3D game development tool for Windows and macOS. + First-time users should use the standalone installer. Unity Hub is a newer + tool to manage multiple versions of the Unity Editor. If you choose + Unity Hub, after initial installation go to the Installs + tab to download a recent version. This is one of our largest downloads.

@@ -65,13 +70,24 @@

Python

Python comes preinstalled on macOS, but typically without an integrated developer environment (IDE). - IDLE is an IDE that comes bundled with Python's main distribution for + IDLE is an IDE bundled with Python's main distribution for Windows or macOS.

+

iOS Apps

+

+ Swift is an open-source language for first-class development of + iOS applications. Xcode is by far the largest and longest + software installation, so consider getting this ready prior to + Hack the Future. +

+ +

Greenfoot

Greenfoot is an interactive Java development environment designed @@ -87,7 +103,7 @@

Minecraft Mods

Minecraft mods are often built using the Forge framework. Both Minecraft and Forge are written in Java and require Java 8 (will not work - with Java 9 nor 10). + with Java 9 and above). You should also install an IDE.