top of page
Learning Graphics Programming

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
Jan 21 min read
21 views
0 comments

Programming Lesson #1
Notes:
chrisbentley349
Jan 11 min read
10 views
0 comments

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
Dec 31, 20241 min read
9 views
0 comments

Math Lesson #0: Tips
Notes:
chrisbentley349
Dec 29, 20241 min read
8 views
0 comments

chrisbentley349
Dec 28, 20241 min read
1 view
0 comments

chrisbentley349
Dec 27, 20241 min read
1 view
0 comments

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
8 views
0 comments
bottom of page