Skip to content
View msmshazan's full-sized avatar
🖥️
Building Products
🖥️
Building Products
Block or Report

Block or report msmshazan

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

    Shader Playground Environment for creating and learning computer graphics through HLSL

    C# 9 2

  2. bgfx-cs bgfx-cs Public

    BGFX C# wrapper bindings

    C# 9

  3. HMNBadBoyz/ImForms HMNBadBoyz/ImForms Public

    Experimental IMGUI Wrapper Class for Windows Forms

    C# 28 1

  4. sdl_software_renderer sdl_software_renderer Public

    sdl_software_renderer

    C 2

  5. imgui-app imgui-app Public

    WIP Imgui app using nuklear using gdi for rendering.

    C++ 1

  6. Minimal D3D11 example using C interface Minimal D3D11 example using C interface
    1
    // example how to set up D3D11 rendering
    2
    
                  
    3
    // set to 0 to create resizable window
    4
    #define WINDOW_WIDTH 1280
    5
    #define WINDOW_HEIGHT 720