Skip to content

noahlange/gecs-example

Repository files navigation

gecs example

Examples for the gecs ecs framework. Designed to demonstrate not only basic use of the engine, but also recommended project structure using the imaginary namespace "@gex" (short for "gecs example," oh ho ho).

Currently includes derivatives/modifications of the ECSY circles and moving shapes examples.

screenshot

To install and run:

git clone [email protected]:noahlange/gecs-example.git
cd gecs-example
npm i && npm start