Skip to content
View AshishBhattarai's full-sized avatar
Block or Report

Block or report AshishBhattarai

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. zig_matrix zig_matrix Public

    A linear algebra library for computer graphics

    Zig 7

  2. 3DRendererWebGL 3DRendererWebGL Public

    3D render engine in webgl and typescript

    TypeScript 3

  3. RealTime3DRenderer RealTime3DRenderer Public

    Real-time 3D PBR with Entity Component System(ECS)

    C++ 2

  4. AshishBhattarai.github.io AshishBhattarai.github.io Public

    HTML 1

  5. Two-Level Segregated Fit memory allo... Two-Level Segregated Fit memory allocator
    1
    const std = @import("std");
    2
    const Allocator = std.mem.Allocator;
    3
    const MemoryPool = std.heap.MemoryPool;
    4
    
                  
    5
    pub fn bit_scan_msb(mask: usize) u8 {