# AOGP
**Repository Path**: bit2atom/AOGP
## Basic Information
- **Project Name**: AOGP
- **Description**: The Art of Graphics Programming
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-29
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# The Art of Graphics Programming
Taught by Patrick Hebron
Interactive Telecommunications Program (ITP), New York University
***
**Course materials:**
[Course Repository](https://github.com/Hebali/AOGP)
[Course Syllabus](https://github.com/Hebali/AOGP/wiki)
**A note on platform:**
This course will be taught in C++ using the Cinder application framework. Course materials were developed primarily for use with XCode, the Mac OS X IDE. We’ll spend a small amount of time in class looking at XCode itself. However, support can also be provided for students working with Visual Studio in Windows.
An earlier version of this course was taught in Processing. The materials for that course are available at: [AoGP_Fall_2012](https://github.com/Hebali/AoGP_Fall_2012).
**Getting started:**
Clone the course repository (recursively):
`git clone -b master --recursive git://github.com/Hebali/AOGP.git AOGP`
Then build the Cinder submodule:
```
cd AOGP/cinder_master/xcode
./fullbuild.sh
```
**Syllabus:**
[Week 1](https://github.com/Hebali/AOGP/wiki/Week-1)
[Week 2](https://github.com/Hebali/AOGP/wiki/Week-2)
[Week 3](https://github.com/Hebali/AOGP/wiki/Week-3)
[Week 4](https://github.com/Hebali/AOGP/wiki/Week-4)
[Week 5](https://github.com/Hebali/AOGP/wiki/Week-5)
[Week 6](https://github.com/Hebali/AOGP/wiki/Week-6)