Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Vent-ECS

Vent-ECS is a lightweight and flexible Entity Component System (ECS) library designed for game development in Rust. It allows game developers to create entities and components, and easily handle their relationships and interactions with each other.

🏆 Goals

  • Lightweight and fast
  • Flexible and customizable
  • Supports both single-threaded and multi-threaded systems
  • Designed to be used with the Vent Engine but can be used independently in other Rust projects

Contributing

See Contributing

License

Vent-ECS is licensed under the Apache 2.0 License