Skip to content
View Kevinsomnia's full-sized avatar

Organizations

@luton-studios

Block or report Kevinsomnia

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. GLenjhin GLenjhin Public

    OpenGL rendering engine. It's pronounced "glen jin".

    C++

  2. raytracing raytracing Public

    A Unity project that experiments with raytracing and compute shaders.

    HLSL 6 1

  3. darkraze darkraze Public

    Old source code for my first person shooter project that I worked on from February 2013 to March 2015.

    C# 3 1

  4. voxels voxels Public

    A simple and super-quick voxel renderer prototype developed in Unity

    C# 1

  5. kevinsomnia.github.io kevinsomnia.github.io Public

    Personal website/portfolio

    JavaScript

  6. Lists large Git branches and tags Lists large Git branches and tags
    1
    #! /usr/bin/python
    2
    """
    3
    Lists large branches in Git
    4
    - pip install GitPython
    5
    """