https://github.com/chances/teraflop-deno
An ECS game engine on a WebGPU foundation
https://github.com/chances/teraflop-deno
Last synced: 6 days ago
JSON representation
An ECS game engine on a WebGPU foundation
- Host: GitHub
- URL: https://github.com/chances/teraflop-deno
- Owner: chances
- License: bsd-3-clause
- Created: 2024-04-09T20:22:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T01:37:57.000Z (about 1 year ago)
- Last Synced: 2025-06-13T02:41:02.911Z (about 1 year ago)
- Language: TypeScript
- Size: 633 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

An ECS game engine on a [WebGPU](https://webgpu.io) foundation.
Ported from an original [D implementation](https://github.com/chances/teraflop-d).
> **Unstable API**: Expect breaking changes. If you find a bug or have a feature request please [create an issue](https://github.com/chances/teraflop-deno/issues/new).
## License
Teraflop's [ECS](https://en.wikipedia.org/wiki/Entity_component_system) implementation was inspired by [Bevy ECS](https://bevyengine.org/learn/book/getting-started/ecs) and [entt](https://github.com/skypjack/entt).
[3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause)
Copyright © 2024 Chance Snow. All rights reserved.