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

Block or report SorenSaket

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. Saket.Engine Saket.Engine Public

    Data Oriented C# Application Development Framework made for Games, Visualizations, Applications and Engineering.

    C# 4 1

  2. Saket.ECS Saket.ECS Public

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

    C# 5

  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
    // 
  5. spave spave Public

    A Procedually Generated Platformer made with LUA in Pico-8

    Lua

  6. pico-packer pico-packer Public

    PicoPacker is a tool to merge and minify lua files for use in the virtual console pico-8

    Python