Skip to content
View Eichenherz's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Eichenherz

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

    Exploring the modern rendering landscape

    C++ 7

  2. Vulkan Growing Linear Arena Vulkan Growing Linear Arena
    1
    struct vk_mem_view
    2
    {
    3
    	VkDeviceMemory	device;
    4
    	void*	        host = 0;
    5
    };
  3. SWAR-ish branchless 8 bytes float p... SWAR-ish branchless 8 bytes float parser
    1
    V1 of an 8 bytes branchless float parser.
    2
    Inspired by projects like simdjson and by the articles mentioned in the comments
    3
    If you have suggestions and improvements please do tell.
    4
    NOTE: all the intrinsics are Intel/MSVC, you might want to change them according to your platform
  4. PhyzX---Take-2 PhyzX---Take-2 Public

    New adventures into the world of physics programming.

    C++ 1

  5. DS-Algorithms DS-Algorithms Public

    Implementation of DS & Algorithms from Mark Weiss's book with the same name.

    C++

  6. MTS_Project MTS_Project Public

    Quick side project. Made in 4 days with WINAPI ,DirectX & DXToolkit

    C++