Skip to content
View tukaloff's full-sized avatar

Block or report tukaloff

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
tukaloff/README.md

Pinned Loading

  1. mygraphiclib mygraphiclib Public

    Long time ago it was my java rendering experiment, I found it with git history and uncommitted changes!

    Java

  2. dxini dxini Public

    C

  3. media-fs-transfer-tool media-fs-transfer-tool Public

    Java

  4. trade-terminal trade-terminal Public

    Java 1

  5. Arbelos shader in Shadertoy Arbelos shader in Shadertoy
    1
    const float PI = 3.141592653589793238;
    2
    const bool debug = false;
    3
    
                  
    4
    void mainImage(out vec4 fragColor, in vec2 fragCoord) {
    5
        vec2 center = vec2(iResolution.x * 0.5, iResolution.y * 0.5);