Skip to content

A one week program to introduce the foundations of coding to beginners by creating visual art and animations in openFrameworks.

Notifications You must be signed in to change notification settings

giacastello/BeginningCodersBootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Beginning Coders Bootcamp

A one week program to introduce the foundations of coding to beginners by creating visual art and animations in openFrameworks.

Fall 2019 session, Monday September 23rd – Friday September 27th

Instructors: Matt Jacobson & Robby Kraft
Teaching Assistant: Alex Miller
Location: School for Poetic Computation | 155 Bank St, New York, NY 10014
Class Time: 10am - 1pm
Office Hours: Thursdays 2pm to 4pm (or by appointment)
Class Notes: (link sent to enrolled students)

School for Poetic Computation’s Bootcamp introduces the foundations of coding to beginners by creating visual art and animations in openFrameworks. This 5 day session will be open both to incoming SFPC students and anyone who wants to learn to code.

During this week students will be coding in C++, learning concepts like variables, memory, and scope; branching, looping, boolean evaluations, and logic; functions, recursion, and events; object-oriented design; and working with media like video, sound, and responding to keyboard and mouse inputs. Students will become competent in Xcode/Visual Studio, GitHub, and openFrameworks.

Before Class

Before the first day of class, you should try installing both an IDE and openFrameworks. An IDE stands for “integrated development environment” and is what allows you to run programming code on your computer. openFrameworks is a coding library that you’ll be using extensively at SFPC. Here are specific instructions for Mac and Windows:

Mac OSX

  • Install Xcode 10 from the app store. If you have an older version of Xcode already installed, we recommend upgrading to the latest version.
  • When installing Xcode, you may be prompted to update your operating system. We recommend you do this.
  • Download and install openFrameworks for Mac.
  • There are more details instructions here to test your setup, you only need the first two sections: “First Steps” and “Testing your setup”.
  • We recommend you use the latest version of OF and Xcode. If this is not possible, just drop us an email and we will help you sort it out.

Windows

Linux

  • QT Creator is the officially supported IDE. Here are instructions for working with QT creator. If you’re using a different IDE start here.
  • One request -- you'll need to install a compiler -- if you are on OSX, you should install xcode. You can install this through the OSX app store (search for xcode). If you have an older version of OSX, it may ask you update the OS.

Also, download openFrameworks for your given platform: http://openframeworks.cc/download/

Schedule

Day 1

  • introductions, Robby, Matt, Alex
  • introduction to our tools: Xcode/VisualStudio, and openFrameworks.
  • C++ code syntax, OpenGL coordinate system
  • Processing, openFrameworks, Arduino design paradigm: setup() and draw()
  • simple graphics drawing primitives
  • introduction to variables, computer memory, types, scope.
  • introduction to functions, abstracting and parameterizing.

Day 2

  • openFrameworks utility methods, random numbers, time, math
  • principles of animation, clearing screen, frame rate, difference between a loop and draw()
  • control structures: branching and looping
  • boolean expressions
  • Arithmetic, math functions, % operator
  • event handlers: mouse and keyboard
  • functions that return

Day 3

  • more functions
  • more control structures, loops, branching
  • introduction to container data structures
  • using loops with arrays
  • more openFrameworks primitive objects: ofPoint, polylines, and others

Day 4

  • object-oriented design
  • classes, methods, properties, and states
  • 3D space
    • transformations: rotate, translate, scale
    • push, pop matrices
    • cameras
  • ofxAddons, community extensions to openFrameworks

Day 5

  • media: playing with images, audio, video
  • ofEvent, scheduling
  • ofxGui
  • advanced container data structures, C++ standard library types
  • good programming design, wrap up course, reference other languages

About

A one week program to introduce the foundations of coding to beginners by creating visual art and animations in openFrameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •