#ecs #entity #component #basic #image-processing #learn #programming

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

#206 in Rendering

Download history 23/week @ 2024-02-14 2/week @ 2024-02-21 3/week @ 2024-02-28 27/week @ 2024-03-27 54/week @ 2024-04-03

81 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