Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alnitak/flutter_metaball

Metaballs for Flutter
https://github.com/alnitak/flutter_metaball

custompainter flutter flutter-package metaball

Last synced: 2 months ago
JSON representation

Metaballs for Flutter

Awesome Lists containing this project

README

        

## Metaballs in Flutter

Metaballs are organic-looking n-dimensional isosurfaces, characterised
by their ability to meld together when in close proximity to create single,
contiguous objects. (Ref. [WikipediA](https://en.wikipedia.org/wiki/Metaballs))

![Image](https://github.com/alnitak/flutter_metaball/blob/main/images/metaballs.gif)

Look at the parameters in the main.dart example and change them to try out different configurations.
Later we will find out what this package can be useful for! 😄️