Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 258 Bytes

File metadata and controls

11 lines (7 loc) · 258 Bytes

cpp-ecsa

Facilitates easy building of a coarsely parallelized ECS-architecture by defining read and write access to components, as well as dependencies between systems, using inheritance.

Building the example

Linux:

clang++ -O1 example.cpp