Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abstractalgo/constellation
https://github.com/abstractalgo/constellation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abstractalgo/constellation
- Owner: abstractalgo
- Created: 2024-05-08T09:34:51.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-08T13:09:00.000Z (8 months ago)
- Last Synced: 2024-05-09T13:47:55.169Z (8 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# constellation
A high-performance SDK for building large-scale canvas-based apps, capable of handling ~~hundreds~~ tens of thousands of elements.
Utilizes an optimized GPU-based renderer and a high-throughput event system.
## Local setup
This project uses [Bun](https://bun.sh). To install dependencies:
```bash
bun install
```