From a85a8fd15d5ca500cf713ad24a2c55aef5636943 Mon Sep 17 00:00:00 2001 From: James Donald Date: Fri, 21 Jun 2019 08:37:50 -0700 Subject: [PATCH 1/2] Add Swift entry, warn on Unity Hub, other cleanup --- software/index.html | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/software/index.html b/software/index.html index 1cdc457..a8de1f0 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.

+

Swift

+

+ Swift is an open-source language for first-class development of + iOS and macOS 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.

-

Swift

+

iOS Apps

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