Chili3D: A Powerful Web-Based 3D CAD Application for Online Design

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Chili3D: A Powerful Web-Based 3D CAD Application for Online Design

Summary

Chili3D is an open-source, browser-based 3D CAD application built with TypeScript. It leverages OpenCascade compiled to WebAssembly and Three.js to deliver near-native performance for online 3D model design and editing. This powerful tool allows users to create, modify, and render complex models directly in their browser, eliminating the need for local software installation.

Repository Information

Analyzed by OSRepos on October 19, 2025

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Chili3D is an open-source, browser-based 3D CAD (Computer-Aided Design) application. Built with TypeScript, it achieves near-native performance by compiling OpenCascade (OCCT) to WebAssembly and integrating with Three.js. This allows for powerful online modeling, editing, and rendering capabilities, all without requiring any local installation. It's designed for online model design and editing, making advanced CAD accessible directly through a web browser.

Installation

To get started with Chili3D for development, follow these steps:

Prerequisites

  • Node.js
  • npm

Installation Steps

  1. Clone the repository:
    git clone https://github.com/xiangechen/chili3d.git
    cd chili3d
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev # Launches at http://localhost:8080
    

Examples

Chili3D offers a comprehensive suite of tools for 3D design. Users can create basic shapes, perform 2D sketching, and execute advanced operations like Boolean operations, extrusion, and revolution. It also includes precise snapping and tracking features, extensive editing tools for modification and transformation, and measurement capabilities to calculate angles, lengths, areas, and volumes. For a live demonstration, visit the official Chili3D website.

Why Use Chili3D?

Chili3D stands out as a powerful solution for 3D CAD due to several key advantages. Being entirely browser-based, it eliminates the need for complex software installations, making it accessible from anywhere with an internet connection. Its use of WebAssembly for OpenCascade ensures near-native performance, providing a smooth and responsive user experience typically found in desktop applications. As an open-source project, it fosters community contributions and transparency. Furthermore, its rich feature set, including advanced modeling, precise snapping, and robust editing tools, makes it suitable for a wide range of design tasks.

Links

Related repositories

Similar repositories that may be relevant next.

Source repository

Open the original repository on GitHub.

6 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️