NaridaL / brep.ts

Boundary representation volume modeling in TypeScript.

Home Page:https://naridal.github.io/brep.ts/demo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis npm David

brep.ts

Boundary representation volume modeling in TypeScript.

Installation

NPM: npm install brep.ts --save

Work in progress. Allows modelling volumes a boundary representations and intersecting them. See the interactive demo

Example Usage

import {B2T} from 'brep.ts'
const sphere = B2T.sphere()
const box = B2T.box()
const result = sphere.minus(box)
const resultMesh = result.toMesh()

License

MIT

About

Boundary representation volume modeling in TypeScript.

https://naridal.github.io/brep.ts/demo.html

License:MIT License


Languages

Language:TypeScript 92.7%Language:HTML 6.6%Language:JavaScript 0.6%Language:GLSL 0.1%