Skip to content

Demonstrates one workflow for visualizing 3D models created in FreeCAD via a web browser.

Notifications You must be signed in to change notification settings

gbroques/freecad-web-visualization

Repository files navigation

FreeCAD Web Visualization

Demo

This repository demonstrates one workflow for visualizing 3D models created in FreeCAD via a web browser.

  1. Create the 3D model in FreeCAD.
  2. Export the 3D model to Wavefront OBJ (.obj) format.
  3. Load the 3D model (.obj file) with three.js.

Flow

Pre-Requisites

Install Node.js.

How to Run

  1. Install dependencies.

    npm install
    
  2. Start server.

    npm start
    
  3. Navigate to http://127.0.0.1:3000/ in your web browser of choice.

About

Demonstrates one workflow for visualizing 3D models created in FreeCAD via a web browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages