Setup
Contents
Coursera
- follow the link to Programming Languages Part A
- click "Join For Free" in the top right corner.
- do what you need to do to join coursera (and log in, if necessary).
- click on enroll for free
repeat for
ML
Language: Standard ML of New Jersey
Mac OSX
Windows (Option A)
Windows (Option B)
Linux
Editor
VS Code (Preferred)
- Download and Install VS Code
- Add Standard ML language support by Darin Morrison
or Sublime Text (Alternate)
Racket
Language and IDE
Ruby
Language
OpenGL
Mac OSX
brew install glfw
Windows
Via Chocolatey
choco install glfw3 choco install activetcl
Via Download
ActiveTcl (Includes Tk) Community Edition
Linux
Ubuntu
sudo apt-get update sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev sudo apt-get install libglfw3-dev
Fedora
Gems
gem install os gem install opengl-bindings gem install glfw3 gem install chunky_png gem install tk
IDE
Java
Language
IDE
- ---or---
Git Repo
after you have cloned your git repo from bitbucket, be sure to import the pom.xml file in the top-level java folder.