2 repos
Integrated development environments running entirely within a browser.
Distinguishing note: Focuses on the full IDE experience rather than just an editor component.
Explore 2 awesome GitHub repositories matching development tools & productivity · Web-Based IDEs. Refine with filters or upvote what's useful.
Monaco Editor is a web-based text editing component designed to provide advanced syntax highlighting, code completion, and language intelligence within browser environments. It functions as a reusable interface element that enables developers to integrate professional-grade coding experiences into web applications. The editor distinguishes itself through a native client for the Language Server Protocol, which connects the interface to external analysis tools for deep diagnostics and refactoring capabilities. It utilizes a memory-efficient, declarative text buffer to manage large documents and
Provides a feature-rich web-based development environment with a desktop-like coding experience.
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
The engine offers a browser-based online editor pre-configured with environment settings and project saving capabilities for rapid iteration and testing of game code.