top of page



Interactive Voronoi Diagram Maker in Pygame
We implement the Voronoi Diagram algorithm into Pygame so that it updates its Voronoi Cells as we add defining points.
Jonathan
Jul 5, 2023
146 views
0 comments

Image Processing Algorithms with OpenCV 3
We implement an Auto-Palette-Simplification algorithm, A Voronoi Cell algorithm, and A Color Sieve algorithm on images in OpenCV-Python.
Jonathan
Jul 2, 2023
39 views
0 comments

Making a Graph Class in Python 3 - More GUI
We add a lot of functionality to the GUI - Adding/Removing vertices and edges, returning graph info, and returning some graph matrices.
Jonathan
Jun 26, 2023
31 views
0 comments

Making a Graph Class in Python 2 - GUI
We add some preset graphs and matrices to our Graph Class in Python and implement an "add_vertex" button with user-typed input in the GUI.
Jonathan
Jun 26, 2023
101 views
0 comments

Making a Graph Class in Python
We create a Graph Class in Python to work with mathematical graphs. Then we create an interactive display using Pygame to visualize them.
Jonathan
Jun 25, 2023
79 views
0 comments

Learning Pygame with Catan (Part 1)
An Intro to Catan Who else here used to play Settlers of Catan as a kid? The first memory I have with the game is happily placing roads...
Jonathan
Nov 5, 2021
489 views
0 comments
bottom of page