Skip to content
/ vecs Public

(WIP) C++ ECS API designed following data-oriented design principles.

License

Notifications You must be signed in to change notification settings

Sara01-s/vecs

Repository files navigation

vecs

WIP C++ ECS API Library (working in world.hpp)

Requirements

  • CMake 3.10 or higher

Building

```sh
git clone https://github.com/Sara01-s/vecs.git
cd vecs
mkdir build
cmake -S . -B build
cmake --build build
```

Current progress

current_progress

Usage

wip... But, test API usage can be found in examples/main.cpp

Code Style

This project follows the code style guidelines outlined in CODE_STYLE.md.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Originally written by Sara San Martín, 2025.

About

(WIP) C++ ECS API designed following data-oriented design principles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published