zalo / TetForm

Bake Tetrahedral Meshes in your browser

Home Page:https://zalo.github.io/TetForm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TetForm

Generate Tetrahedral FEM Meshes in your browser using physx-js-webidl!

This project is largely a toy/proof of concept; meant to explore TetMesh Generation in the browser for https://github.com/zalo/TetSim/

Building

This demo can either be run without building (in Chrome/Edge/Opera since raw three.js examples need Import Maps), or built with:

npm install
npm run build

After building, make sure to edit the index .html to point from "./src/main.js" to "./build/main.js".

Dependencies

About

Bake Tetrahedral Meshes in your browser

https://zalo.github.io/TetForm/

License:MIT License


Languages

Language:JavaScript 91.8%Language:HTML 8.2%