Skip to content
View TheCuttlefish's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro
Block or Report

Block or report TheCuttlefish

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. Whooaaa Whooaaa Public

    C# 1

  2. snow snow Public

    snow trail effect in Unity (using shader)

    C# 1

  3. planets planets Public

    Planets - a recreation of game a Suika!

    ASP.NET 1

  4. Swarm Swarm Public

    C# 1

  5. Lorenz attractor Lorenz attractor
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    public class LorenzoAttractor : MonoBehaviour
  6. Lsystem example Lsystem example
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    public class LSystem : MonoBehaviour