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

https://github.com/favreau/paraballs

Parallel metaballs generator
https://github.com/favreau/paraballs

Last synced: about 1 year ago
JSON representation

Parallel metaballs generator

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 ..
```