WIP C++ ECS API Library (working in world.hpp)
- CMake 3.10 or higher
```sh
git clone https://github.com/Sara01-s/vecs.git
cd vecs
mkdir build
cmake -S . -B build
cmake --build build
```
wip... But, test API usage can be found in examples/main.cpp
This project follows the code style guidelines outlined in CODE_STYLE.md.
This project is licensed under the MIT License. See the LICENSE file for more details.
Originally written by Sara San Martín, 2025.