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

https://github.com/peatral/faster-geometry-2d-godot

A GDExtension to handle a few geometry tasks faster.
https://github.com/peatral/faster-geometry-2d-godot

gdextension godot godot-engine

Last synced: 7 months ago
JSON representation

A GDExtension to handle a few geometry tasks faster.

Awesome Lists containing this project

README

          

# Faster Geometry 2D
## Intro
This GDExtension currently only helps to speed up a few things:
- A Delaunator
- Poisson Disc Sampling

Both things are quite slow and inefficient, so I created this GDExtension to wrap external libraries, not created by me.
Beware, I have very little experience in C++ so the code quality might not fulfill everyones standards.