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

Block or report kevinmoran

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. BeginnerDirect3D11 BeginnerDirect3D11 Public

    Starter code samples for Direct3D11

    C 186 32

  2. Handmade-Metal-Programming Handmade-Metal-Programming Public

    Starter code for Metal graphics programming in the Handmade style

    C 32 2

  3. BeginnerWebGL BeginnerWebGL Public

    Starter code samples for WebGL

    JavaScript 1 1

  4. BeginnerWASAPI BeginnerWASAPI Public

    Simple starter code for playing audio on Windows with the Windows Audio Session API (WASAPI)

    C++ 11 1

  5. GJK GJK Public

    Basic 3D collision detection implementation using the Gilbert–Johnson–Keerthi distance algorithm along with the Expanding Polytope Algorithm

    C 85 16

  6. How to Calculate a Rotation Matrix t... How to Calculate a Rotation Matrix to Align Vector A to Vector B in 3D
    1
    
                  
    2
    # How to Calculate a Rotation Matrix to Align Vector A to Vector B in 3D
    3
    
                  
    4
    # Based on 'Avoiding Trigonometry' by Íñigo Quílez 
    5
    ### Expanded derivation by Kevin - 29/11/18