Streamlit App using code from cqterrain to generate parametric crystal terrain.
I created this application https://crystalgenerator.streamlit.app/ to help with the technical barriers and allow for an interactive demo.
The streamlit application allows you to define the dimensions of your Crystal terrain.
View the demo crystalgenerator.streamlit.app
- Modify size and attributes for the crystal terrain
- View the individual models
- Download STL or STEP versions of the models
- Generates the cadquery code which can be run independent of the streamlit application.
- All of the code is open source and can be run on your own machine.
- Download the code
- Open a command line where the code resides
- Install requirements
pip install -r requirements - Run the streamlit app
streamlit run app/app.py - If everything worked; a browser should be opened to your local instance.
