Skip to content

Wolfyxon/plexus-gen

Repository files navigation

plexus-gen

Simple tool for generating 2D plexus structures made in Godot Engine

This project is still under construction!

There's also web demo available https://wolfyxon.github.io/stuff/PlexusGen/

Features

  • configurable colors, sizes, visibilities and speeds
  • hideable GUI
  • resizable canvas
  • simple GUI and settings
  • capturing images
  • recording movies and GIFs (Comming soon)

Available generation settings

  • max points [float]
  • speed [float]
  • update interval [float]
  • spawn interval [float]
  • despawn interval [float]
  • move interval [float]
  • line width [float]
  • circle size [float]
  • pause rendering [bool]
  • rotation [float]
  • update [bool]
  • draw lines [bool]
  • draw circles [bool]
  • line color [Color]
  • circle color [Color]
  • background color [Color]
  • light color [Color]
  • gradient color [Color]
  • light size [float]
  • light position [Vector2]
  • gradient rotation [float]
  • gradient length [float]
  • And more

Used stuff: