Skip to content
View abesmon's full-sized avatar
🎱
SHIT ==> GOLD
🎱
SHIT ==> GOLD
Block or Report

Block or report abesmon

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. SyrupMG/Shu SyrupMG/Shu Public

    High level api service wrapper around Alamofire

    Swift 2

  2. mpslearn mpslearn Public

    Experimenting with MPSGraph. Learn it with my hands on

    Swift 3

  3. SDF but that is calculated to the or... SDF but that is calculated to the origin of mesh. It can be used to create virtual space with different sdf shaped inside of any mesh
    1
    uniform float uTime;
    2
    
                  
    3
    uniform sampler2D frontTex;
    4
    
                  
    5
    in v2f {
  4. Пример того, как с помощью шейдера м... Пример того, как с помощью шейдера можно создать ощущение объема. Шейдер написан для работы с TouchDesigner, но в нем нет ничего такого, что было-бы невозможно адаптировать под другое окружение :) пример: https://www.instagram.com/p/CLh7OsCiSPc/
    1
    uniform vec3 heights;
    2
    
                  
    3
    uniform sampler2D texLayerOne;
    4
    uniform sampler2D texLayerTwo;
    5
    uniform sampler2D texLayerThree;
  5. Fake Liquid shader made in GLSL to r... Fake Liquid shader made in GLSL to run in TouchDesigner. Though, can be ported painlessly to any other engines/languages :) It also supports shaking, but some external script should provide wobble angles :)
    1
    uniform vec3 uLine;
    2
    uniform vec4 uLiquidColor;
    3
    uniform float uLineHeight;
    4
    uniform float uFrenelPow;
    5
    
                  
  6. Interior mapping made for TouchDesig... Interior mapping made for TouchDesigner in GLSL
    1
    // Example Vertex Shader
    2
    
                  
    3
    out v2f {
    4
    	flat int cameraIndex;
    5
    	vec3 p;