2 repos
Plugin Architectures — Extensibility
We curate 2 GitHub repositories matching extensibility · Plugin Architectures. Refine with filters or upvote what's useful.
Plugin Architectures — Extensibility
- Eugeny/tabby
Eugeny/tabby
68,976Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows and remote infrastructure. It provides a comprehensive environment for terminal session orchestration, allowing users to organize multiple active sessions through split panes and custom layouts. The application functions as a secure remote connection manager, supporting advanced authentication, port forwarding, and persistent network sessions via an asynchronous protocol layer. The project distinguishes itself through a modular plugin architecture that enables users to extend core functionality without modifying the primary source code. This framework supports the integration of custom tools for container management, output recording, and configuration synchronization. Additionally, the application includes a serial port abstraction layer, providing direct hardware communication capabilities for debugging and system configuration tasks through saved connection profiles. The interface is constructed using a component-based architecture that manages state and layout independently within the window. Users can customize the visual environment through theme settings and maintain consistent configurations across different machines using local-first storage. The software is distributed as a native desktop application for Windows, macOS, and Linux, ensuring a consistent experience across operating systems.
TypeScriptserialssh-clienttelnet-client - chartjs/Chart.js
chartjs/Chart.js
67,174Chart.js is a declarative data visualization framework that renders interactive, responsive charts directly onto an HTML5 canvas element. It functions as a configuration-driven engine, transforming structured datasets into complex graphical representations by merging user-defined settings with global defaults. The library utilizes a high-performance rendering pipeline that executes drawing commands during each animation frame to maintain smooth visual feedback. The project distinguishes itself through a modular, extensible architecture that allows developers to register custom scales, controllers, and plugins to modify the internal lifecycle of a chart. This design enables the creation of specialized visual behaviors and the integration of diverse data formats within a single view. To ensure responsiveness and efficiency, the engine includes built-in decimation algorithms that filter large datasets, preventing performance degradation when rendering high volumes of information. Beyond its core rendering capabilities, the library provides a comprehensive suite of tools for managing axes, scales, and multi-series data comparisons. Developers can precisely control the appearance of grid lines, tick labels, and stacking behaviors to ensure data remains readable across various screen sizes. The system also supports advanced interaction handling, allowing for the identification of specific data points under the cursor to provide immediate feedback to the end user.
JavaScriptcanvaschartgraph