Skip to content

donalffons/opencascade.js-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published