Skip to content
View dkvilo's full-sized avatar

Organizations

@HandmadeHero

Block or report dkvilo

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

Pinned Loading

  1. tinyjit tinyjit Public

    Lightweight Just-In-Time Compiler designed for the ARM64 architecture, specifically targeting the Mac Silicon ABI.

    C 5 2

  2. dk_vulkan dk_vulkan Public

    2D batch renderer implemented on top of Vulkan 1.2

    C

  3. tinydb tinydb Public

    A fast in-memory key-value store featuring sharded data storage, persistent state management, multi-user access control, and thread-safe operations.

    C 2

  4. cpu-skinning cpu-skinning Public

    Implementation of CPU-based skeletal mesh skinning as part of a technical optimization assessment

    C++

  5. wgpu-native-renderer wgpu-native-renderer Public

    WGPU-Native renderer/framework

    C++

  6. DX12 2D Instanced Renderer DX12 2D Instanced Renderer
    1
    //
    2
    // This is simple and minimal implementaton of 2D instanced renderer using dx12 in C99.
    3
    // only 3rd party dependency is Hand made Math: https://github.com/HandmadeMath/HandmadeMath
    4
    //
    5
    // to build simply run: cl code\dx12_renderer.c /link /out:out.exe