#ecs #learn #basic

bin+lib misc_ecs

misc_ecs is a basic Entity Component System library, being developed as a way to learn

12 releases

0.1.14 Jan 22, 2023
0.1.13 Jan 13, 2023

#785 in Game dev

Download history 46/week @ 2024-07-23 21/week @ 2024-07-30 2/week @ 2024-09-24

51 downloads per month

MIT/Apache

13KB
274 lines

Misc ecs

misc_ecs is a basic Entity Component System library, being developed as a way to learn. This is being made to use in my project "rusty_nature_of_code" which is a creative graphics programming project inspired by p5.js and Daniel Shiffman's (The Coding Train on YouTube) book "The Nature of Code".

License

misc_ecs is distributed under the terms of both the MIT license and the Apache License (Version 2.0)


lib.rs:

Misc_ecs

misc_ecs is a basic Entity Component System, being developed as a way to learn.

Dependencies

~310KB