Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akarachen/arc-mesh
https://github.com/akarachen/arc-mesh
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akarachen/arc-mesh
- Owner: AkaraChen
- Created: 2023-03-31T16:27:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-01T07:00:50.000Z (11 months ago)
- Last Synced: 2024-10-24T04:07:21.939Z (14 days ago)
- Language: TypeScript
- Size: 660 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)