mewo_ecs_derive

Crates.iomewo_ecs_derive
lib.rsmewo_ecs_derive
version0.1.4
sourcesrc
created_at2023-09-03 23:06:07.850961
updated_at2023-10-01 02:56:31.338103
descriptionmewo_ecs_derive - mewo_ecs' derive macros
homepagehttps://github.com/davnotdev/mewo
repositoryhttps://github.com/davnotdev/mewo
max_upload_size
id962501
size6,219
(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