Skip to content

iamnotstone/opencascade.js-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 FS object in JavaScript to simulate a file system

Live Preview

A live preview of this project lives here.

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

Languages

  • JavaScript 88.7%
  • HTML 11.3%