1.0.0 • Published 2 years ago

arc-mesh v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Arc-Mesh

Yet another mesh library.

Usage

import { Mesh } from 'arc-mesh';

const canvas = document.querySelector('canvas');
const mesh = new Mesh({ canvas });
mesh.start();

Screenshot

Screenshot

1.0.0

2 years ago