Skip to content
View gogiii's full-sized avatar
🦆
🦆

Block or report gogiii

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

Hi there 👋

Pinned Loading

  1. unity-snaky unity-snaky Public

    A simple snake game for unity

    JavaScript

  2. Quake-2 Quake-2 Public

    Forked from id-Software/Quake-2

    Quake 2 GPL Source Release

    C

  3. d3dsnippets d3dsnippets Public

    some basic dx 11 examples

    C++

  4. Simple bookmarklet to rotate youtube... Simple bookmarklet to rotate youtube videos 90 degrees both ways.
    1
    /*
    2
    Copy-paste the next line as an URL when you add a new bookmark in your browser:
    3
    javascript:(function() { var d = document; var h = d.head; if(d.querySelector("style[id=xformRotStyle]") == null) { var l = d.createElement("style"); l.id = "xformRotStyle"; l.type = "text/css"; l.innerText = ".xformRot90 { transform: rotate(90deg) scale(56%); } .xformNegRot90 { transform: rotate(-90deg) scale(56%); }"; h.appendChild(l); } var el = d.querySelector(".video-stream"); if(!el) return; if(!el.classList.replace("xformRot90", "xformNegRot90")) { if(el.classList.contains("xformNegRot90")) { el.classList.toggle("xformNegRot90"); } else { el.classList.toggle("xformRot90"); } } })();
    4
    */
    5
    
                  
  5. webgltest webgltest Public

    Simple webgl framework with gltf loader

    JavaScript

  6. exercises exercises Public

    Some examples