top of page
Learning Graphics Programming
From Dots to Rendering

Intro

chrisbentley349
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...
20 views


chrisbentley349
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:
9 views
Graphics




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


chrisbentley349
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 views

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



chrisbentley349
Lesson #10: Games
Notes: Code: Pong Gravity Simulation Asteroids Flappy Bird Platformer
3 views
Math



bottom of page