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

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

Awesome Lists containing this project

README

          

Teraflop

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.