https://github.com/alnitak/flutter_metaball
Metaballs for Flutter
https://github.com/alnitak/flutter_metaball
custompainter flutter flutter-package metaball
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T16:51:12.000Z (over 2 years ago)
- Last Synced: 2025-03-29T22:11:23.760Z (2 months ago)
- Topics: custompainter, flutter, flutter-package, metaball
- Language: C++
- Homepage:
- Size: 7.29 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- 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))
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! 😄️