Oxygen¶
Warning
Oxygen and its bridge package flame_oxygen are deprecated. They are no longer
maintained and we do not recommend using them.
Oxygen was a lightweight Entity Component System (ECS) framework written in Dart, which could be
used as a replacement for the Flame Component System (FCS) through the flame_oxygen bridge
package.
Both the Oxygen package and the flame_oxygen bridge package are deprecated and no longer
maintained, and we do not recommend using them. The Flame Component System is as efficient as
Oxygen in almost all cases, so we recommend using FCS directly instead.
The content on this page is licensed under the CC BY 4.0 License,
and code samples under the MIT License.