medicationforall / cqladderterrainstreamlit

Parametric Streamlit application for rendering cqterrain ladders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CadQuery Ladder Terrain - Streamlit Gui

Streamlit Gui that uses my code from cqterrain to generate parametric Ladders.

View the demo as a Streamlit App

To run Locally

  1. Download the code
  2. Open a command line where the code resides
  3. Install streamlit
    pip install streamlit
  4. Install cqterrain
    pip install git+https://github.com/medicationforall/cqterrain
    
  5. Run the streamlit app
    streamlit run app/app.py
    
  6. If everything worked; a browser should be opened to your local instance.

About

Parametric Streamlit application for rendering cqterrain ladders.

License:Apache License 2.0


Languages

Language:JavaScript 80.3%Language:Python 19.7%