Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.45 KB

File metadata and controls

40 lines (26 loc) · 1.45 KB

3D Noise Generator Dashboard

GitHub license Author

3D Volume Simplex example 1 3D Volume Simplex example 2 3D Volume Simplex example 3 3D Volume Simplex example 4

3D Volume Perlin example 1 3D Volume Perlin example 2 3D Volume Perlin example 3 3D Volume Perlin example 4

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

pip install -r requirements.txt

Usage

streamlit run app.py

App Demo


License

MIT License (See LICENSE file).

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