Skip to content

florian-dehe/light2d-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECS Cpp Demo

Simple ECS implementation in C++

Dependencies

This repo uses CMake and GoogleTest (as submodule under lib/).

CMake generation

The project is built using CMake.

cmake -B build -S . -G <your-favorite-generator>

Build the tests

Once configured just run the build (triggers the chosen generator)

cmake --build build/

Run the tests

The test program lies under build/test/. Simply execute this line (depending on relative path).

./build/test/light2d-ecs_test

About

Simple ECS implementation in C++

Topics

Resources

Stars

Watchers

Forks