top of page
Learning Graphics Programming



chrisbentley349
Dec 3, 20241 min read
Lesson #3: Conway's Game of Life
Notes: Code: Hints:
8 views0 comments

chrisbentley349
Dec 2, 20241 min read
Lesson #4: Lines
Notes: Exercises: Code: Hints: Functions to exercise our draw_line() routine:
12 views0 comments


chrisbentley349
Nov 3, 20241 min read
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...
6 views0 comments

chrisbentley349
Nov 2, 20241 min read
Lesson #7: Texturing
Notes: Code: Hints; Procedural texture data: Hard-coded texture data Code to read .ppm file:
4 views0 comments



chrisbentley349
Oct 29, 20241 min read
Lesson #10: Games
Notes: Code: Pong Gravity Simulation Asteroids Flappy Bird Platformer
3 views0 comments
bottom of page