Starweb Libraries is a long-term personal exploration of web engine architecture. It prioritizes small, composable libraries with experimentation as a core principle.
This is not intended to be a publicly released framework, production engine, or drop-in library. It's an experimental lab for personal web development.
| Name/Category | URL(s) | Description |
|---|---|---|
| Games | ||
| Pixel Parker | GitHub | Top-down vehicle parking puzzle game |
| Starweb Sandbox | GitHub | Stress test and sandbox environment |
| Libraries | ||
| Engine | GitHub, npm | Canvas, input, game loop, and asset utilities |
| Physics | GitHub, npm | SAT and circle collision detection |
| Tween | GitHub, npm | Frame-driven tween manager with easing |
| Audio | GitHub, npm | Web Audio API playback and management |
| UI | GitHub, npm | Canvas UI primitives for browser games |
| Development | ||
| Template Library | GitHub | Scaffold template for new library projects |