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

Block or report Kaezon

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 Loading

  1. personal-site personal-site Public

    My personal site. Made with Jekyll.

    HTML

  2. EVERoachCoach EVERoachCoach Public

    Ammo Truck service

    JavaScript

  3. go-chat go-chat Public

    An experimental chat server witten in Go

    Go

  4. python-raytracer python-raytracer Public

    Python adaptation of material covered in "Ray Tracing in One Weekend"

    Python

  5. Kepler orbit simulation Kepler orbit simulation
    1
    """Simulation of a Kepler orbit.
    2
    3
    I wanted to make some reusable components to simulate Kepler orbits
    4
    for use in context of games. Rather than running a physics simulation,
    5
    I figured it would be for more efficient to use the mathmatical models