Crates.io | mewo_ecs |
lib.rs | mewo_ecs |
version | 0.1.4 |
source | src |
created_at | 2023-09-03 23:05:41.310986 |
updated_at | 2023-10-01 02:56:45.953423 |
description | mewo_ecs - Simple, Lightweight ECS |
homepage | https://github.com/davnotdev/mewo |
repository | https://github.com/davnotdev/mewo |
max_upload_size | |
id | 962500 |
size | 99,002 |
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.
See the docs for a guide to pretty much everything Mewo has to offer.