Skip to content
/ ecs Public

Entity Component System and rendering using WebGL

License

Notifications You must be signed in to change notification settings

Toddez/ecs

Repository files navigation

ecs

Installation

  1. clone
  2. run npm install to install all dependencies

Running

  1. run webpack to compile js
  2. run node server.js to start server

Workspace

  1. run webpack --watch in one terminal
  2. run nodemon in another terminal (install with npm install -g nodemon)

it will now automatically recompile javascript and restart server on file changes

About

Entity Component System and rendering using WebGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published