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

Block or report karl-zylinski

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. odin-raylib-hot-reload-game-template odin-raylib-hot-reload-game-template Public

    An Odin + Raylib game template with Hot Reloading pre-setup. My game projects tend to have some things in common, so I made this template so I can get up and running quicker.

    Odin 105 9

  2. snake-tutorial-code snake-tutorial-code Public

    How everything should look at the end of this tutorial: https://www.youtube.com/watch?v=lfiQNCNUifI

    Odin 6

  3. D3D12 triangle in Odin D3D12 triangle in Odin
    1
    // D3D12 single-function triangle sample.
    2
    // Contributors: Karl Zylinski <[email protected]>
    3
    // Based on: https://github.com/rdunnington/d3d12-hello-triangle/blob/master/main.c
    4
    
    
    5
    package d3d12_triangle