Skip to content
View SorenSaket's full-sized avatar
🧑‍🍳
Cookin'
🧑‍🍳
Cookin'

Sponsoring

@ziglang

Block or report SorenSaket

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WebGpu-ImGUI-SDL2 WebGpu-ImGUI-SDL2 Public

    C# Application Template

    C# 1 1

  2. Saket.ECS Saket.ECS Public

    Saket.ECS is a simple and fast Archetype Entity Component System system for .Net

    C# 7

  3. MultiArrayList C#. Automatic SOA Arr... MultiArrayList C#. Automatic SOA Array Storage
    1
    // C# implementation of MultiArrayList in zig
    2
    	// Uses Reflection to deterimine fields
    3
    
                  
    4
    	/// <summary>
    5
    	/// Array with automatic SOA layout
  4. GLFW, OpenGL Window Tutorial in Odin... GLFW, OpenGL Window Tutorial in Odin language
    1
    // GLFW and OpenGL example with very verbose comments and links to documentation for learning
    2
    // By Soren Saket
    3
    
                  
    4
    // semi-colons ; are not requied in odin
    5
    //