Inglorious Forge — Open Source
A suite of modular JavaScript tools for frontend architects who think before they code. No proxies, no signals, no magic. Pure functions, plain JS, full control.
// packages
@inglorious/
The Brain
Redux-compatible, ECS-inspired state management. Entities hold data, types hold behavior. Event-driven, deterministic, testable.
@inglorious/
The Designer
Inglorious Store + lit-html. Types can render. Whole-tree re-rendering with surgical DOM updates. SSG via SSX included.
@inglorious/
The Choreographer
Declarative animation primitives. Compose transitions and keyframes as data, not imperative callbacks. Built for real-time UIs.
@inglorious/
The Data Scientist
Declarative SVG charts. Recharts-inspired but without the React dependency. Composable primitives, configuration-based, SSR-friendly.
@inglorious/
The Stylist
A design system with three themes (Inglorious, Material, Bootstrap) and two modes (dark/light). Consistent, swappable, zero runtime overhead.
@inglorious/
The Player
Functional 2D game engine. Frame-based update loop, entity pooling, optional native vector math via IngloriousScript (Babel).