top of page
Learning Graphics Programming


Lesson #1: Dots (A)
Notes: Exercises: Hints:
chrisbentley349
Dec 5, 20241 min read
59 views
0 comments


Lesson #2: Dots (B)
Code: Hints:
chrisbentley349
Dec 4, 20241 min read
20 views
0 comments


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


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


Lesson #5: Turtle Graphics
Notes: Hints:
chrisbentley349
Dec 1, 20241 min read
28 views
0 comments


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
Nov 3, 20241 min read
6 views
0 comments


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


Lesson #8: Image Processing
Notes: Code: Hints:
chrisbentley349
Nov 1, 20241 min read
9 views
0 comments


Lesson #9: 3D Modeling
Notes: Code: Hints:
chrisbentley349
Oct 30, 20241 min read
6 views
0 comments


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