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

https://github.com/jpvt/noisevolumesdemo

An interactive web-based dashboard for generating and visualizing 3D noise volumes using Streamlit. Customize noise parameters like noise type, volume size, number of volumes, and more, then explore the generated volume slice by slice. Export the volume as a TIFF file for further processing or analysis.
https://github.com/jpvt/noisevolumesdemo

Last synced: about 1 year ago
JSON representation

An interactive web-based dashboard for generating and visualizing 3D noise volumes using Streamlit. Customize noise parameters like noise type, volume size, number of volumes, and more, then explore the generated volume slice by slice. Export the volume as a TIFF file for further processing or analysis.

Awesome Lists containing this project

README

          

# 3D Noise Generator Dashboard

[![GitHub license](https://img.shields.io/badge/license-MIT-blueviolet)](https://github.com/jpvt/NoiseVolumesDemo/blob/main/LICENSE)
[![Author](https://img.shields.io/badge/author-jpvt-blue)](https://www.linkedin.com/in/jpvt/)

![3D Volume Simplex example 1](examples/noise_volume_example_1.gif)
![3D Volume Simplex example 2](examples/noise_volume_example_2.gif)
![3D Volume Simplex example 3](examples/noise_volume_example_3.gif)
![3D Volume Simplex example 4](examples/noise_volume_example_4.gif)

![3D Volume Perlin example 1](examples/perlin_volume_example_1.gif)
![3D Volume Perlin example 2](examples/perlin_volume_example_2.gif)
![3D Volume Perlin example 3](examples/perlin_volume_example_3.gif)
![3D Volume Perlin example 4](examples/perlin_volume_example_4.gif)

An interactive web-based dashboard for generating and visualizing 3D noise volumes using Streamlit. Customize noise parameters like noise type, volume size, number of volumes, and more, then explore the generated volume slice by slice. Export the volume as a TIFF file for further processing or analysis.

---

## Setup

```sh
pip install -r requirements.txt
```

## Usage

```sh
streamlit run app.py
```

![App Demo](examples/app_demo.gif)

---

## License

MIT License (See [LICENSE](LICENSE) file).

Maintained and developed by [João Pedro Vasconcelos](https://github.com/jpvt), [Bruno Barufaldi](https://github.com/bbarufaldi), and PennXPL (https://github.com/pennXPL).