xiangechen / chili3d

A 3D CAD application on your browser
https://chili3d.com
GNU Affero General Public License v3.0
276 stars 60 forks source link
3d cad occ opencascade threejs typescript wasm

Chili3D

Chili3D is an open source 3D CAD software that runs in any modern web browser. It is built with TypeScript and uses OpenCascade and Three.js for 3D modeling and rendering. Chili3D offers a simple and user-friendly interface that allows you to easily create and modify 3D models.

screenshot

Features

How to Use

This project requires Node.js to be installed.

$ git clone https://github.com/xiangechen/chili3d.git
$ cd chili3d
$ npm i
$ npm run dev

Then open http://localhost:8080/ to use Chili3D.

WARNING

Chili3D is still in the very early stages of development. APIs can and will change (now is the time to make suggestions!). Important features are missing. Documentation is sparse. Please don't build any serious projects in Chili3D unless you are prepared to be broken by API changes constantly.