Streamlit Gui that usescode from cqterrain to generate parametric Obelisks.
View the demo as a Streamlit App
- Download the code
- Open a command line where the code resides
- Install streamlit
pip install streamlit
- Install cqterrain
pip install git+https://github.com/medicationforall/cqterrain
- Run the streamlit app
streamlit run app/app.py
- If everything worked; a browser should be opened to your local instance.