Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akarachen/arc-mesh


https://github.com/akarachen/arc-mesh

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Arc-Mesh

Yet another mesh library.

## Usage

```ts
import { Mesh } from 'arc-mesh';

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

## Screenshot

![Screenshot](./screenshot.png)