capjs — a tiny modular JavaScript game framework (ES modules) designed for small 2D canvas games.
Quick start
Install a simple static server (if you don’t have one):
npm install -g http-server
Serve the examples/ folder:
npm run start
Open http://localhost:8080 in your browser.
What is included
src/capjs/ — framework modules (Engine, Scene, Entity, Renderer, Input, Resources, Math)examples/ — a minimal demo showing how to use the frameworkLicense: All Rights Reserved