Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tripodsan/godot-plugin-splines
B-Spline Plugin for Godot 4
https://github.com/tripodsan/godot-plugin-splines
godot gotod4 plugin spline
Last synced: 4 months ago
JSON representation
B-Spline Plugin for Godot 4
- Host: GitHub
- URL: https://github.com/tripodsan/godot-plugin-splines
- Owner: tripodsan
- License: mit
- Created: 2024-08-04T12:33:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T16:10:36.000Z (5 months ago)
- Last Synced: 2024-09-29T04:06:08.632Z (4 months ago)
- Topics: godot, gotod4, plugin, spline
- Language: GDScript
- Homepage: https://tripod.itch.io/splines
- Size: 11.3 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot B-Spline Plugin
Plugin for creating B-Spline based shapes. It allows you to
- create and edit the b-spline points and weights in the editor
- create open or closed shapes
- create clamped open shapes
- select spline degree
- select rendering detail
- choose border width and color
- choose fill color or texture
- specify virtual shape extension for creating floors and ceilings
- auto-create collision polygonThe Example folder contains a scene with procedural generated ground, hills and mountains; and some spline clouds.
See interactive demo: https://tripod.itch.io/splines## Screenshots