FLUTTER ECOSYSTEM

flame-engine/oxygen

Dartで書かれた軽量なエンティティコンポーネントシステム。

酸素 のプロジェクト画像
Stars
102
Forks
13
最終プッシュ(UTC)
2024/03/19
プロジェクト状態
公開中
Flame Engine GitHub avatar
GITHUB Organization

Flame Engine ↗

2D game engine built on top of Flutter. Maintained by https://github.com/bluefireteam

言語Dart

技術トピック

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 5 件

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

Oxygen

A lightweight Entity Component System framework written in Dart.

https://img.shields.io/pub/v/oxygen.svg?style=popout cicd https://img.shields.io/librariesio/release/pub/oxygen?label=dependencies https://img.shields.io/discord/509714518008528896.svg

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, 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 for more information about how to work with Oxygen.

Contributing

For contributing see our Contributing guidelines. Please read this carefully as it will answer most of your contributing-related questions.

Credits