Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

sensualcoder/ecs-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECS-Framework

Requires no external libraries

Build

To build, create a build directory

$ mkdir build

Use cmake to configure and make to build

$ cmake ..

$ make

This should result in the libECS.a library being built in the ECS subfolders

Build driver program

If you want to build the driver program to test the framework, build and run with the following commands:

$ cmake -DBUILD=DRIVER=On ..

$ make

$ ./ECSDriver

About

Entity Component System Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published