Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
doc
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, 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