Skip to content
View captkirk88's full-sized avatar
  • Evil Lair
  • Moon

Block or report captkirk88

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
captkirk88/README.md

I live for the thrill of programming.
~ Me


🛠️ Languages:

rust zig go csharp java

Pinned Loading

  1. zevy-ecs zevy-ecs Public

    High-performance, archetype-based Entity-Component-System (ECS) framework written in Zig. Manage entities, components, systems, resources, events, stages, states. Inspired by rust Bevy

    Zig 8

  2. zevy-raylib zevy-raylib Public

    zevy-raylib is a abstraction for Raylib with zevy-ecs. It provides a plugin-based architecture for rapid game prototyping with built-in input handling, asset management, GUI components+layouts(Flex…

    Zig 2

  3. Change type to track if a struct's f... Change type to track if a struct's fields were changed
    1
    /// Change tracking container for any struct type T
    2
    ///
    3
    /// Provides automatic change detection by comparing current field values with a stored snapshot.
    4
    /// Changes are automatically committed when detected via isChanged(), creating a new baseline.
    5
    ///
  4. Secure.rs for protecting sensitive m... Secure.rs for protecting sensitive memory using XOR. Modify as needed to increase encryption.
    1
    /*
    2
    The MIT License (MIT)
    3
    4
    Copyright © 2025 https://gist.github.com/captkirk88/
    5
  5. cargo-make test-loop Task that will ... cargo-make test-loop Task that will run tests passed x amount of times
    1
    [tasks.test-loop]
    2
    description = "Run tests amount of times (default: 20) until failure"
    3
    script_runner = "@rust"
    4
    script = '''
    5
    //! ```cargo
  6. This should not be allowed. This should not be allowed.
    1
    
                  
    2
    import (
    3
    	"encoding/json"
    4
    	"reflect"
    5
    	"unsafe"