# opencascade.js-examples **Repository Path**: ym2j/opencascade.js-examples ## Basic Information - **Project Name**: opencascade.js-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **HEADS UP:** OpenCascade.js now finally has a proper [homepage](https://ocjs.org/). All examples will be migrated there and this repository will be archived soon.

Logo

OpenCascade.js Examples

This is a repository with examples for OpenCascade.js

Live Preview ยท Start coding on Stackblitz

(These instructions are for the upcoming `@beta` release.) # OpenCascade.js Examples This is a repository with examples for [OpenCascade.js](https://github.com/donalffons/opencascade.js). Currently, it contains: * The [Bottle Tutorial](https://old.opencascade.com/doc/occt-7.4.0/overview/html/occt__tutorial.html) from the official OpenCascade Documentation * A loader for STEP / IGES files, which uses Emscripten's `FS` object in JavaScript to simulate a file system # Live Preview A live preview of this project lives [here](https://donalffons.github.io/opencascade.js-examples/index.html). You can also use [CodeSandbox](https://codesandbox.io/s/github/donalffons/opencascade.js-examples?file=/README.md) to start experimenting with the code from your browser. # How to run this example locally 1. Install the dependencies ```sh yarn # with yarn npm i # with npm ``` 2. Start the example ```sh yarn start # with yarn npm start # with npm ``` A new browser window will open which runs the bottle example. ![](screenshot.png)