Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Experimental node-based software for procedural content generation

    GDScript 490 41

  2. Godot engine addon to randomly fill an area with props or other scenes

    GDScript 183 14

  3. A custom 3d curve node for Godot engine, used as a basis for other addons

    GDScript 35 1

  4. Add 3D trail node for Godot Engine

    GDScript 32 2

  5. 1
    extends Node
    2
    class_name EventBus
    3
    
                  
    4
    # You can have multiple EventBus, a global one, one per entity, anything.
    5
    # Signals sent on one event bus are only available on this event bus
  6. 1
    extends Spatial
    2
    
                  
    3
    var _materials := []
    4
    var _process_materials := []
    5
    var _count := 0

456 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2020

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.