Frame

My own innocent little attempt at a simple Entity/Component/System engine. Frame follows a generic design, but is being built with a specific application in mind (Metabox).

Frame is most definitely a work in progress.

I am roughly following test driven development principals, and using the Google Test unit testing library.

The project is cross-platform and can be built using CMake.

Source code and more details here.