Skip to content
View r0nz-29's full-sized avatar
🌀
🌀

Organizations

@deqree-in
Block or Report

Block or report r0nz-29

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

  1. procedural-terrains procedural-terrains Public

    Procedural terrains generated with three.js

    JavaScript 6

  2. GLSL Noise Algorithms GLSL Noise Algorithms
    1
    ## Generic 1,2,3 Noise
    2
    
                  
    3
    ```
    4
    float rand(float n){return fract(sin(n) * 43758.5453123);}
    5
  3. papers papers Public

    Android app for browsing and downloading wallpapers from my personal collection.

    Kotlin

  4. algorithms algorithms Public

    Visualizations of popular algorithms of computer science

    Java

  5. Noto Noto Public

    A lightweight markdown editor built with java.

    Java

  6. Shooter Shooter Public

    Simple shooter simulation with three js and cannon js

    JavaScript