Skip to content
View kevinmoran's full-sized avatar

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 Loading

  1. BeginnerDirect3D11 Public

    Starter code samples for Direct3D11

    C 219 38

  2. Handmade-Metal-Programming Public

    Starter code for Metal graphics programming in the Handmade style

    C 37 2

  3. BeginnerWebGL Public

    Starter code samples for WebGL

    JavaScript 2 1

  4. BeginnerWASAPI Public

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

    C++ 14 1

  5. GJK Public

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

    C 94 19

  6. How to Calculate a Rotation Matrix t...
    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