Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content
View ChemistAion's full-sized avatar
🙃
🙃

Block or report ChemistAion

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

    Forked from houmain/gpupad

    A flexible GLSL and HLSL shader editor and IDE.

    C++

  2. shader-toy shader-toy Public

    Forked from stevensona/shader-toy

    Shadertoy-like live preview for GLSL shaders in Visual Studio Code

    TypeScript

  3. WebGL-GLSL-Editor WebGL-GLSL-Editor Public

    Forked from racz16/WebGL-GLSL-Editor

    WebGL GLSL shader editor extension for Visual Studio Code.

    HTML

  4. ImTextEdit ImTextEdit Public

    This is @BalazsJako ImGuiColorTextEdit widget improved by @dfranx with some mods (on my madX[TM] branch)

    C++ 19 4

  5. Prototype of standalone node graph e... Prototype of standalone node graph editor for ImGui
    1
    // Prototype of standalone node graph editor for ImGui
    2
    // Thread: https://github.com/ocornut/imgui/issues/306
    3
    //
    4
    // This is based on code by:
    5
    // @emoon https://gist.github.com/emoon/b8ff4b4ce4f1b43e79f2
  6. Second prototype of standalone node ... Second prototype of standalone node graph editor for ImGui
    1
    #include "nodes.h"
    2
    
                  
    3
    namespace ImGui
    4
    {
    5
    	void ImGuiNodes::UpdateCanvasGeometry(ImDrawList* draw_list)