mewo

Crates.iomewo
lib.rsmewo
version0.1.4
sourcesrc
created_at2023-09-03 23:21:26.444918
updated_at2023-10-01 02:57:02.82895
descriptionmewo - Simple, Lightweight ECS
homepagehttps://github.com/davnotdev/mewo
repositoryhttps://github.com/davnotdev/mewo
max_upload_size
id962510
size7,090
(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