mewo_ecs

Crates.iomewo_ecs
lib.rsmewo_ecs
version0.1.4
sourcesrc
created_at2023-09-03 23:05:41.310986
updated_at2023-10-01 02:56:45.953423
descriptionmewo_ecs - Simple, Lightweight ECS
homepagehttps://github.com/davnotdev/mewo
repositoryhttps://github.com/davnotdev/mewo
max_upload_size
id962500
size99,002
David Zhong (davnotdev)

documentation

README

Mewo ECS

Version Badge Docs Badge License Badge Downloads Badge

What is Mewo?

I've always wanted to create my own game engine, and this is the manifestation of those dreams. Mewo isn't a full game engine though. Rather, it is a fast, minimal, multithread-able Entity Component System. (mewo_ecs has exactly one dependency!)

Interested in how it works? Here's a really boring walkthrough.

Getting Started

See the docs for a guide to pretty much everything Mewo has to offer.

Examples

Terminal Flappy Bird

Commit count: 62

cargo fmt