Skip to content
View stormmuller's full-sized avatar
😀
😀
  • South Africa

Block or report stormmuller

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. Chainable Chainable
    1
    type SyncOrAsync<T> = T | Promise<T>;
    2
    
                  
    3
    class Chain<Input, Output> {
    4
      private functions: ((input: any) => SyncOrAsync<any>)[] = [];
    5
    
                  
  2. Forge Forge Public

    Forge is a browser-based, code only game engine. It has everything you'd expect from an engine, including rendering, audio, input, animations, ECS, etc.

    TypeScript 2

  3. lexicon lexicon Public

    A wordsearch game made with the reddit devvit SDK.

    TypeScript

  4. fixed-point-types fixed-point-types Public

    A C# library for fixed point numbers

    C# 45 4

  5. document-framework document-framework Public

    C# 3

  6. goal-seek goal-seek Public

    TypeScript