Skip to content
View colingalbraith's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report colingalbraith

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

Pinned

  1. 3D-Graphics-Engine- 3D-Graphics-Engine- Public

    Created a 3-D graphics engine in Python, using Pygame, Numpy and Numba • Applied Linear Algebra to manage object movements, learned about view frustum and clipping/projection bugs

    Python

  2. RayCastMaze- RayCastMaze- Public

    A 3D procedurally generated maze game, based off of 2D ray casts. Built in python using limited libraries.

    Python

  3. 8-Bit-B-Ball 8-Bit-B-Ball Public

    A 2D 8-Bit Basketball Game inspired by Flappy Golf. I did full stack development, coding in C# using unity and doing asset creation with FL-Studio,Photoshop etc...

    C# 1

  4. colingalbraith.github.io colingalbraith.github.io Public

    Personal website made in JS , CSS and HTML. Includes a portfolio of my work as-well as personal/contact information.

    HTML

  5. Dijkstra-Path Dijkstra-Path Public

    Python application that visualizes Dijkstra Algorithm using Pygame. Allows for nodes and connections to be placed , moved , removed and updates connections and shortest path accordingly.

    Python

  6. Fractal-Generator Fractal-Generator Public

    Generates Mandelbrot, Julia, and Rational fractals. Interactive user interface with zooming and panning. Efficient fractal generation using the Numba library for speed optimization. Colorful render…

    Python