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

https://github.com/flame-engine/oxygen

A lightweight Entity Component System written in Dart.
https://github.com/flame-engine/oxygen

dart ecs entity-component-system flame flutter hacktoberfest

Last synced: 9 months ago
JSON representation

A lightweight Entity Component System written in Dart.

Awesome Lists containing this project

README

          


Oxygen


A lightweight Entity Component System framework written in Dart.



cicd


## About Oxygen

Oxygen is a lightweight Entity Component System framework written in Dart, with a focus on performance and ease of use. Oxygen is by design agnostic, and any game engine you want to use can be used with Oxygen.

## Goals

Oxygen is heavily inspired by [ECSY](https://ecsyjs.github.io/ecsy/), and because of that it shares the same design principals. The main goal for Oxygen is to be lightweight, performant and simple to use. With APIs that try and help you make good use of the ECS design pattern, without restricting you in building your logic.

## Documentation

See the [documentation](https://github.com/flame-engine/oxygen/blob/master/doc) for more information about how to work with Oxygen.

## Contributing

For contributing see our [Contributing guidelines](https://github.com/flame-engine/oxygen/blob/master/CONTRIBUTING.md). Please read this carefully as it will answer most of your contributing-related questions.

## Credits
- Inspired by [ecsy](https://ecsyjs.github.io/ecsy/)