Skip to content
View trbaum's full-sized avatar
Block or Report

Block or report trbaum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. 3dGameOfLife 3dGameOfLife Public

    py3d produces 3d graphics but is extremely computationally intensive and has minor bugs. This project is still ongoing. I am currently working to address the striations shown in Cubes.png which are…

    Python 1

  2. mandelbrot mandelbrot Public

    Generates a Mandelbrot set in java and displays it. The frame centers its self around the mouse when you click. The + button changes the radius to radius/2. The - button changes the radius to radiu…

    Java

  3. dataScience dataScience Public

    Data science project analyzing the included csv file from ourworldindata

    Python

  4. 3dGameOfLife2 3dGameOfLife2 Public

    2nd attempt at homemade 3d graphics (probably going to be point based instead of ray based)