donalffons / opencascade.js-examples

example repository for opencascade.js

Home Page:https://ocjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEADS UP: OpenCascade.js now finally has a proper homepage. 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. Currently, it contains:

  • The Bottle Tutorial 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. You can also use CodeSandbox to start experimenting with the code from your browser.

How to run this example locally

  1. Install the dependencies

    yarn # with yarn
    npm i # with npm
  2. Start the example

    yarn start # with yarn
    npm start # with npm

    A new browser window will open which runs the bottle example.

About

example repository for opencascade.js

https://ocjs.org/


Languages

Language:JavaScript 88.6%Language:HTML 11.4%