FreeCAD Web Viewer
Go to file
Morgan 'ARR\!' Allen 0dbe610d68 its a start 2023-03-21 16:42:22 -07:00
models its a start 2023-03-21 16:42:22 -07:00
static its a start 2023-03-21 16:42:22 -07:00
templates its a start 2023-03-21 16:42:22 -07:00
README.md its a start 2023-03-21 16:42:22 -07:00
app.py its a start 2023-03-21 16:42:22 -07:00

README.md

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