2 مستودعات
Interfaces that allow external modules to register custom logic and UI elements into the workbench.
Distinct from Custom Module Implementations: Distinct from Custom Module Implementations: focuses on the registration points provided by the framework rather than the implementation of the modules themselves.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Contribution Points. Refine with filters or upvote what's useful.
Theia is a modular framework designed for building professional-grade development environments that function as both local desktop applications and remote browser-based services. It provides a comprehensive toolkit for constructing specialized coding tools, allowing developers to assemble custom interfaces and backend logic through a flexible, contribution-based architecture. The platform distinguishes itself through a highly extensible workbench that supports the integration of existing third-party editor plugins and standard language servers. By utilizing a dependency injection container an
Defines contribution points that allow external modules to register custom logic into the workbench.
Opentui is a terminal user interface framework for building interactive command line applications. It provides a component-based system featuring a flexbox layout engine, a virtual node component tree, and a low-level 2D cell array renderer. The project is distinguished by a sophisticated keyboard binding engine that maps complex multi-stroke sequences and chords to named commands using prioritized, reactive layers. It also implements a plugin architecture that allows external modules to inject custom UI components into designated layout slots and extend input logic at runtime. Its capabilit
Creates named slots in the layout where external plugins can register and contribute content at runtime.