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

https://github.com/dvergar/breath

Breath makes Oxygen flows across the interwebs
https://github.com/dvergar/breath

dart ecs flutter gamedev netcode

Last synced: 10 months ago
JSON representation

Breath makes Oxygen flows across the interwebs

Awesome Lists containing this project

README

          

# Breath

A set of tools for **network game development** in dart/flutter.
*At the moment this is mostly Oxygen with network support.*

- Targets flutter/web for the client
- Targets dart/desktop for the - authoritative - server

Glueing websockets, [Flame](https://github.com/flame-engine/flame) & [Oxygen](https://github.com/flame-engine/oxygen).

## Tasks

- Simple game example
- Frame rewinder
- Fixed-step loop + helpers
- Tweening helpers (Dead reckoning, smoothing)
- Integrate QUIC whenever there is a dart lib
- Avoiding codegen for now but might build my own ECS w/ codegen (trying to avoid that rabbit hole for now 🙈)