Teraflop

February 8, 2021 · View on GitHub

DUB Package Teraflop CI codecov

An ECS game engine on a Vulkan foundation.

Ported from its original C# implementation.

Unstable API: Expect breaking changes. If you find a bug or have a feature request please create an issue.

Usage

"dependencies": {
    "teraflop": "0.8.0"
}

API Reference

Examples

  • dub run teraflop:triangle
  • dub run teraflop:cube

License

Teraflop's ECS implementation was inspired by Bevy ECS and entt.

3-Clause BSD License

Copyright © 2020 Chance Snow. All rights reserved.

Contents

  1. 1Usage
  2. 2Examples
  3. 3License