An open API service indexing awesome lists of open source software.

https://github.com/rametta/godot-polygon-generator

🍄 Godot tool for creating simple polygon shapes using S-Curves
https://github.com/rametta/godot-polygon-generator

godot godot-engine godot4

Last synced: 10 months ago
JSON representation

🍄 Godot tool for creating simple polygon shapes using S-Curves

Awesome Lists containing this project

README

          

# 🍄 Godot Polygon Generator

> Disclaimer: Godot provides [TubeTrailMesh](https://docs.godotengine.org/en/stable/classes/class_tubetrailmesh.html) which is very similar and should probably be used instead of this.

A polygon generator tool for Godot to create simple shapes using **S-Curves**.

Once a shape has been created: save the shape as a `.tres` file to use statically in game.

*Floating island example*

![island example](./gifs/island.gif)

*Mushroom example*

![mushroom example](./gifs/mushroom.gif)

*Wireframe example*

![wireframe example](./gifs/wireframe.gif)