https://github.com/favreau/paraballs
Parallel metaballs generator
https://github.com/favreau/paraballs
Last synced: about 1 year ago
JSON representation
Parallel metaballs generator
- Host: GitHub
- URL: https://github.com/favreau/paraballs
- Owner: favreau
- Created: 2017-02-07T08:50:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T12:18:39.000Z (over 9 years ago)
- Last Synced: 2025-01-06T07:23:49.319Z (over 1 year ago)
- Language: C++
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paraballs
## Description
Paraballs is a simple parallel metaballs generator. It takes spheres as an input
and produces triangle meshes with normals and texture coordinates as an output.
## Build
```
mkdir Build
cd Build
cmake ..
```