Skip to content
View CinnamonJui's full-sized avatar
🦈
Shark
🦈
Shark
  • Taiwan

Block or report CinnamonJui

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. Xinfeng-Breakfast-Online-Orderer Xinfeng-Breakfast-Online-Orderer Public archive

    PHP 4 2

  2. AvalonCharacters AvalonCharacters Public archive

    Kotlin 2

  3. Secret-conversation Secret-conversation Public archive

    Kotlin 1 1

  4. OpenGL common boilerplate OpenGL common boilerplate
    1
    // This class contain vertex data (format: Px, Py, Pz, Nx, Ny, Nz), and element data
    2
    Torus torus(0.25, 0.8, 128, 256);
    3
    
                  
    4
    GLuint vao;
    5
    glCreateVertexArrays(1, &vao);