# ecs.hpp [![travis][badge.travis]][travis] [![appveyor][badge.appveyor]][appveyor] [![codecov][badge.codecov]][codecov] [![language][badge.language]][language] [![license][badge.license]][license] [![paypal][badge.paypal]][paypal] [badge.travis]: https://img.shields.io/travis/BlackMATov/ecs.hpp/master.svg?logo=travis [badge.appveyor]: https://img.shields.io/appveyor/ci/BlackMATov/ecs-hpp/master.svg?logo=appveyor [badge.codecov]: https://img.shields.io/codecov/c/github/BlackMATov/ecs.hpp/master.svg?logo=codecov [badge.language]: https://img.shields.io/badge/language-C%2B%2B14-red.svg [badge.license]: https://img.shields.io/badge/license-MIT-blue.svg [badge.paypal]: https://img.shields.io/badge/donate-PayPal-orange.svg?logo=paypal&colorA=00457C [travis]: https://travis-ci.org/BlackMATov/ecs.hpp [appveyor]: https://ci.appveyor.com/project/BlackMATov/ecs-hpp [codecov]: https://codecov.io/gh/BlackMATov/ecs.hpp [language]: https://en.wikipedia.org/wiki/C%2B%2B14 [license]: https://en.wikipedia.org/wiki/MIT_License [paypal]: https://www.paypal.me/matov [ecs]: https://github.com/BlackMATov/ecs.hpp ## Installation [ecs.hpp][ecs] is a single header library. All you need to do is copy the header file into your project and include this file: ```cpp #include "ecs.hpp" ``` ## Examples > coming soon! ## API > coming soon! ## [License (MIT)](./LICENSE.md)