Skip to content
View NiclasEriksen's full-sized avatar
Block or Report

Block or report NiclasEriksen

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. game-of-leif game-of-leif Public

    A particle simulation based purely on attraction and repulsion. Watch Leif unfold before your eyes

    GDScript 46 7

  2. flowfield flowfield Public

    An interactive flow field simulation made in Godot.

    GDScript 6 1

  3. importANT importANT Public

    A simulated ant colony as a study in system dynamics.

    Python 1

  4. Calinou/datcord_bot Calinou/datcord_bot Public

    Weirdly specific Discord bot with role assigning and lots of memery (used on the Godot Discord server)

    Python 16 13

  5. Recursive line geometry Recursive line geometry
    1
    from vector import Vector
    2
    from math import pi
    3
    from PIL import Image, ImageDraw, ImageColor
    4
    import random
    5
    
                  
  6. posterity posterity Public

    Video download service

    Python