mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-13 03:10:42 +08:00
Apparently my previous change broke a lot of the README files because I used markdown on the HTML-only zone. It started all right but at some point after I started testing I accidentally switched. The backticks also don't work well with links, so I removed them.
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
<!-- markdownlint-disable MD013 -->
|
|
<p align="center">
|
|
<a href="https://flame-engine.org">
|
|
<img alt="flame" width="200px" src="https://user-images.githubusercontent.com/6718144/101553774-3bc7b000-39ad-11eb-8a6a-de2daa31bd64.png">
|
|
</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
Adds support for <a href="https://github.com/flame-engine/oxygen">Oxygen</a>, an alternative ECS written by the Flame Team, to your <a href="https://github.com/flame-engine/flame">Flame</a> games.
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a title="Pub" href="https://pub.dev/packages/flame_oxygen" ><img src="https://img.shields.io/pub/v/flame_oxygen.svg?style=popout" /></a>
|
|
<a title="Test" href="https://github.com/flame-engine/flame/actions?query=workflow%3Acicd+branch%3Amain"><img src="https://github.com/flame-engine/flame/workflows/cicd/badge.svg?branch=main&event=push"/></a>
|
|
<a title="Discord" href="https://discord.gg/pxrBmy4"><img src="https://img.shields.io/discord/509714518008528896.svg"/></a>
|
|
<a title="Melos" href="https://github.com/invertase/melos"><img src="https://img.shields.io/badge/maintained%20with-melos-f700ff.svg"/></a>
|
|
</p>
|
|
|
|
---
|
|
<!-- markdownlint-enable MD013 -->
|
|
|
|
<!-- markdownlint-disable-next-line MD002 -->
|
|
|
|
# flame_oxygen
|
|
|
|
|
|
This library acts as a bridge between [Oxygen](https://github.com/flame-engine/oxygen)
|
|
(an ECS written by the Flame Team) and the Flame Engine.
|