9 Repos
Mechanisms that maintain a logical cursor position across concurrent document edits.
Distinct from Cursor Position Persistence: None of the candidates cover the dynamic adjustment of cursors in response to remote CRDT operations.
Explore 9 awesome GitHub repositories matching user interface & experience · Stable Cursor Tracking. Refine with filters or upvote what's useful.
Xray is a collaborative text editor and distributed workspace manager that utilizes conflict-free replicated data types to synchronize real-time edits and directory structures across peers. It functions as both an Electron-based desktop application and a headless editor server that manages workspaces and file systems remotely for connected clients. The project distinguishes itself by integrating fine-grained version control tracking, recording keystroke-level changes and uncommitted edits between Git commits. It employs a decentralized synchronization model for working copies and uses operati
Transmits and renders the real-time cursor and focus positions of other collaborators.
sshx is a collaborative remote shell tool that enables multiple users to view and control a terminal session through a secure web browser. It provides a web-based terminal sharing platform featuring end-to-end encryption and real-time multi-user cursor tracking. The project utilizes a distributed mesh proxy to route traffic globally and minimize latency. It incorporates predictive echo to mask network delays and provides a multi-terminal canvas layout for managing and resizing multiple shell instances simultaneously. The system supports secure remote access via invitation links and includes
Provides real-time visualization of participant cursor positions within the shared terminal workspace.
Bananas is a peer-to-peer screen sharing application that uses WebRTC to establish direct browser-to-browser connections, enabling real-time screen sharing without routing data through a central server. The application assigns ephemeral identity tokens tied only to session IDs, eliminating the need for user accounts or persistent login systems, and generates unique alphanumeric session URLs for one-click joining. The application distinguishes itself through collaborative multi-cursor overlays, where each participant's cursor is rendered as an HTML5 Canvas layer composited over the shared scre
Displays each participant's cursor on a shared screen so multiple users can point to areas simultaneously during a live session.
PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq
Ships a collaborative cursor tracking system that broadcasts pointer positions to all connected clients in real time.
Dies ist eine Visual Studio Code-Erweiterung, die die Prettier-Formatierungs-Engine in den Editor integriert. Sie dient als Brücke für einheitliches, sprachübergreifendes Code-Styling, indem sie Quellcode basierend auf einem Syntaxbaum neu formatiert, um ein konsistentes Layout und Zeilenumbrüche zu erzwingen. Die Erweiterung ermöglicht die automatisierte Formatierung beim Speichern oder per Befehl und stellt so eine einheitliche Codebasis im Team sicher. Sie löst Styling-Regeln durch Zusammenführung von Editor-Einstellungen, EditorConfig-Dateien und lokalen Konfigurationsdateien auf und kann mit Lintern koordiniert werden, um widersprüchliche Stilregeln zu klären. Das System unterstützt eine breite Palette von Programmiersprachen und Markup-Formaten, wobei die Sprachunterstützung durch Plugins und benutzerdefinierte Dateiendungs-Mappings erweitert werden kann. Es verwaltet die Versionsauflösung des Formatierers, indem es projektlokale Installationen gegenüber gebündelten Versionen priorisiert, und verfolgt die Cursor-Position, um die Einfügemarke nach Code-Änderungen beizubehalten.
Maintains the editor caret position after code is reformatted to prevent jumping.
Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building real-time collaborative applications. It provides a distributed data synchronizer that enables multiple users to edit shared documents and complex nested structures—such as maps, lists, trees, and counters—with automatic state convergence without requiring a central server. The project distinguishes itself through a versioned document store that supports branching, forking, and merging via a directed acyclic graph of causal operation history. It enables advanced version control c
Provides a stable cursor that automatically adjusts its position to remain logically correct during concurrent collaborative edits.
Nerdcommenter ist ein Vim-Kommentierungs-Plugin und Textmanipulator, der entwickelt wurde, um das Einfügen, Entfernen und Formatieren sprachspezifischer Code-Kommentare zu automatisieren. Es dient als Dienstprogramm zum Umschalten von Kommentar-Markern und zum Ausrichten von Kommentarblöcken, um die Code-Organisation zu verbessern. Das Tool bietet Funktionen zum Umschalten des Kommentarstatus und zum Wechseln von Trennzeichen, wodurch Benutzer Marker aus einzelnen Zeilen oder ausgewählten Textblöcken hinzufügen oder entfernen können. Es enthält Funktionen zur Formatierung von Kommentarblöcken, um visuelle Konsistenz zu gewährleisten, sowie die Möglichkeit, Code auszukommentieren, um die Ausführung zu deaktivieren. Das Plugin deckt ein breites Spektrum funktionaler Anwendungen ab, einschließlich Quellcode-Dokumentation und Code-Logik-Debugging. Es optimiert den Vim-Workflow, indem es die Anzahl der Tastenanschläge reduziert, die zur Verwaltung von Kommentar-Trennzeichen in verschiedenen Programmiersprachen erforderlich sind.
Tracks cursor coordinates to maintain correct indentation and alignment of comment delimiters.
Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope
Broadcasts cursor positions to all connected clients and renders remote cursors in real time.
json-joy ist eine umfassende Bibliothek zum Aufbau kollaborativer Echtzeitanwendungen und verteilter Systeme. Sie bietet ein robustes Framework zur Verwaltung geteilter JSON-ähnlicher Datenstrukturen, die konkurrierende Bearbeitungen mehrerer Benutzer automatisch zusammenführen und so einen konsistenten Zustand über alle Replikate hinweg sicherstellen, ohne dass ein zentraler Koordinationsserver erforderlich ist. Das Projekt zeichnet sich durch einen hochperformanten Ansatz bei der Datenverarbeitung aus und nutzt konfliktfreie replizierte Datentypen (CRDTs) und logische uhrbasierte Synchronisierung, um die Datenintegrität zu wahren. Es enthält eine spezialisierte Engine zum Navigieren und Manipulieren komplexer verschachtelter Objekte unter Verwendung standardisierter Pointer-Syntax, neben einem Toolkit zum Anwenden granularer, atomarer Modifikationen auf Dokumente. Diese Funktionen werden durch eine Hochgeschwindigkeits-Serialisierungsbibliothek ergänzt, die kompakte Binärformate unterstützt, um Netzwerkbandbreite und Speichereffizienz zu optimieren. Über die Kern-Synchronisationslogik hinaus bietet die Bibliothek eine breite Suite von Tools für reaktives State-Management und UI-Integration. Sie stellt deklarative Hooks und Komponenten bereit, die geteilte Datenmodelle direkt an webbasierte Text- und Code-Editoren binden und Funktionen wie Echtzeit-Präsenz, Remote-Cursor-Rendering und lokale Historienverfolgung ermöglichen. Das System unterstützt zudem fortgeschrittene Datenverarbeitung, einschließlich Schema-Validierung, Ausdrucksauswertung und baumbasierter Datenorganisation mit hoher Performance.
Provides real-time rendering of participant cursor positions within a shared collaborative workspace.