fcwv-flask/README.md
Morgan 'ARR\!' Allen 0dbe610d68 its a start
2023-03-21 16:42:22 -07:00

407 B

Quick and dirty demo of using Flask and the Python FreeCAD modules to Spreadsheet based variables and return the resulting model to a ThreeJS based viewer.

Quickstart

git clone https://git.oit.cloud/morgan/freecad_webviewer_poc.git
cd freecad_webviewer_poc
python -m venv .
pip install flask

It is expected you have FreeCAD installed on your system and you might need to update line 2 in app.py