1 repo
Frameworks and libraries designed for building interactive 2D and 3D games that execute within web browsers.
Distinguishing note: Focuses specifically on browser-based game development rather than general-purpose game engines or web development frameworks.
Explore 1 awesome GitHub repository matching game development · Web Game Engines. Refine with filters or upvote what's useful.
Phaser is a comprehensive 2D game engine designed for building high-performance, interactive content that runs directly in web browsers. At its core, the engine utilizes a fixed-timestep simulation loop that decouples game logic from variable browser frame rates, ensuring consistent behavior across diverse hardware. It provides a robust framework for managing asset loading, physics, input, and audio, enabling the creation of complex, responsive visual experiences for both desktop and mobile devices. The engine distinguishes itself through a high-performance graphics pipeline that automaticall
Building high-performance 2D games that run directly in web browsers across desktop and mobile devices without requiring external plugins.