You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐍Framework-free browser game runtime built on vanilla JS - fixed-timestep simulation, deterministic replay (seeded RNG + tick-indexed commands), explicit lifecycle state machine, and a swappable DOM/Canvas/Null renderer contract. Demoed via a local 2P Snake game.
Embeddable native runtime for Canvas/WebGL mini-games — one engine on Android, Linux, Windows and OpenHarmony. On Android: less memory and CPU than the system WebView. No DOM, no CSS, no layout. Source-available, Rust 🦀. Canvas/WebGL 小游戏的嵌入式原生运行时 —— 一套引擎覆盖四平台;Android 上内存与 CPU 低于系统 WebView。无 DOM、无 CSS、无布局。源码可审计。