top of page
Learning Graphics Programming
From Dots to Rendering

Intro

Starting With Python
This class supports two ways of using Python... Method #1: use an online Python interpreter: https://www.online-python.com Pros: no...
chrisbentley349
21 views

Programming Lesson #1
Notes:
chrisbentley349
10 views

Programming Lesson #2: Arrays
Code: Hints: Case 0: Case 1: Case 2: Case 3: Case 4: case 5: Case 6: Case 7: Case 8: Case 9: Case 10: Case 11: Case 12: Case 13:
chrisbentley349
9 views
Graphics

Lesson #1: Dots (A)
Notes: Exercises: Hints:
chrisbentley349
59 views

Lesson #2: Dots (B)
Code: Hints:
chrisbentley349
20 views

Lesson #3: Conway's Game of Life
Notes: Code: Hints:
chrisbentley349
8 views

Lesson #4: Lines
Notes: Exercises: Code: Hints: Functions to exercise our draw_line() routine:
chrisbentley349
12 views

Lesson #5: Turtle Graphics
Notes: Hints:
chrisbentley349
28 views

Lesson #6: Colored Lines and Vector Functions
Notes: Code: Hints: Step #1: Adding per-pixel color The only difference is the additional arguments for red, green, blue: Now we set...
chrisbentley349
6 views

Lesson #7: Texturing
Notes: Code: Hints; Procedural texture data: Hard-coded texture data Code to read .ppm file:
chrisbentley349
4 views

Lesson #8: Image Processing
Notes: Code: Hints:
chrisbentley349
9 views

Lesson #9: 3D Modeling
Notes: Code: Hints:
chrisbentley349
6 views

Lesson #10: Games
Notes: Code: Pong Gravity Simulation Asteroids Flappy Bird Platformer
chrisbentley349
8 views
Math
bottom of page