FLUTTER ECOSYSTEM

flame-engine/oxygen

用 Dart 编写的轻量级实体组件系统。

氧气 项目封面
Stars
102
Forks
13
最近推送(UTC)
2024年3月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