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

Skip to content
View galloscript's full-sized avatar

Block or report galloscript

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 250 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. TexGraph-Public TexGraph-Public Public

    TexGraph public folder content with nodes json descriptors and shaders.

    GLSL 152 18

  2. Gradient color generator and editor ... Gradient color generator and editor for ImGui
    1
    //
    2
    //  imgui_color_gradient.cpp
    3
    //  imgui extension
    4
    //
    5
    //  Created by David Gallardo on 11/06/16.
  3. GGXrdShading GGXrdShading Public

    Guilty Gear Xrd Toon shading techniques demo

    JavaScript 41 10

  4. GLSLRaytracer GLSLRaytracer Public

    My implementation of Peter Shirley (@Peter_shirley) raymarching books in GLSL.

    C++ 11

  5. xvector - pod aware container xvector - pod aware container
    1
    /*
    2
     * @file    xvector.h
    3
     * @author  David Gallardo Moreno
    4
     * @brief   POD aware container, uses if constexpr to evaluate the code path to copy/move/destroy the xvector data.
    5
     */