Streamlit App using code from cqterrain to generate parametric walkway terrain.
I created this application https://walkwaygenerator.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 walkwy.
View the demo walkwaygenerator.streamlit.app
- Modify size and attributes for the walkway
- 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.
