peacock icon indicating copy to clipboard operation
peacock copied to clipboard

A game engine for making beautiful games

Results 2 peacock issues
Sort by recently updated
recently updated
newest added

This is the current design we have for accessing the game context stored in the `Context` object: ```rust impl Context { /// Returns the game context. pub fn game(&'a self)...

I recently discovered [hecs](https://github.com/Ralith/hecs), which seems like it might be a good candidate to include as Peacock's ECS.

A-ecs