Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alnitak/flutter_metaball
- Owner: alnitak
- License: mit
- Created: 2022-09-25T10:32:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T16:51:12.000Z (about 2 years ago)
- Last Synced: 2024-10-02T10:21:15.890Z (3 months ago)
- Topics: custompainter, flutter, flutter-package, metaball
- Language: C++
- Homepage:
- Size: 7.29 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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! 😄️