Skip to content
View himanshugoel2797's full-sized avatar
🙃
Focusing
🙃
Focusing

Highlights

  • Pro
Block or Report

Block or report himanshugoel2797

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. Cardinal-semicolon Cardinal-semicolon Public

    Cardinal; - An extremely modular, security oriented microkernel operating system.

    C 7

  2. KokoroVR KokoroVR Public

    OpenGL/Vulkan based graphics engine.

    C++

  3. VulkanSharp.NET VulkanSharp.NET Public

    Vulkan and Glfw Bindings generated from sdk headers.

    C#

  4. morton.cpp morton.cpp
    1
    
                  
    2
    #include <stdint.h>
    3
        struct b2m_table {
    4
            uint32_t byteToMorton[256];
    5
            uint8_t mortonToByte[1 << (3 * 4)];
  5. faster-rle faster-rle Public

    Carefully optimized Run Length Encoding library, comparable to turbo-rle

    C 3

  6. ProtoVoxel ProtoVoxel Public

    Prototype C++ based voxel engine.

    C++ 2