Skip to content

Dash app for displaying and adding gradients to 3D models using meshio.

Notifications You must be signed in to change notification settings

ananya-k15/xyz-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xyz-rendering

header

Dash app for displaying and adding gradients to 3D models.

How to run this app

(The following instructions apply to Posix/bash. Windows users should check here.)

First, clone this repository and open a terminal inside the root folder.

Create and activate a new virtual environment (recommended) by running the following:

python3 -m venv myvenv
source myvenv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the app:

python app.py

Open a browser at http://127.0.0.1:8050.

Screenshots

Here are some publically available 3D plots colored using this app :

image1 image2

References

About

Dash app for displaying and adding gradients to 3D models using meshio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published