https://github.com/wolfyxon/plexus-gen
Simple tool for generating 2D plexus structures
https://github.com/wolfyxon/plexus-gen
connected entanglement gdscript gen generator godot lines plexus tool
Last synced: 2 months ago
JSON representation
Simple tool for generating 2D plexus structures
- Host: GitHub
- URL: https://github.com/wolfyxon/plexus-gen
- Owner: Wolfyxon
- Created: 2022-01-31T12:46:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T20:27:47.000Z (about 3 years ago)
- Last Synced: 2025-01-20T08:37:51.168Z (4 months ago)
- Topics: connected, entanglement, gdscript, gen, generator, godot, lines, plexus, tool
- Language: GDScript
- Homepage:
- Size: 101 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [x] configurable colors, sizes, visibilities and speeds
- [x] hideable GUI
- [x] resizable canvas
- [x] simple GUI and settings
- [x] 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:
- https://github.com/godotengine/godot
- https://github.com/SpyrexDE/PlexusBackground