4 dépôts
Frameworks that connect low-level native logic layers to high-level application interfaces.
Distinguishing note: Candidates are either specific to database mappings or cloud deployment, not the general integration of a native logic core into a UI app.
Explore 4 awesome GitHub repositories matching operating systems & systems programming · Native Logic Integrations. Refine with filters or upvote what's useful.
Swift is a general purpose, compiled systems programming language designed for building high-performance software. It is a strongly typed language that focuses on memory safety and type safety to prevent runtime errors. The language is designed for native code integration, allowing it to interoperate with C and Objective-C libraries to leverage existing system functions and high-performance APIs. The project covers broad capabilities in type-safe application development and cross-platform toolchain engineering. It includes infrastructure for automated language validation, compiler performanc
Integrates high-level application logic with native C and Objective-C libraries to access system APIs.
Mjolnir est un framework d'automatisation macOS et un moteur de script extensible. Il fournit un système pour créer des workflows de productivité personnalisés, gérer les états des applications et contrôler l'interface de bureau macOS par programmation. Le projet fonctionne comme un gestionnaire de raccourcis clavier globaux qui lie des raccourcis clavier pour déclencher des scripts automatisés à travers le système d'exploitation. Il inclut un contrôleur d'application macOS pour inspecter les fenêtres actives et gérer les interactions de l'interface utilisateur à l'échelle du système. L'environnement prend en charge l'extensibilité via un système de gestion de paquets enfichable, permettant l'installation de paquets tiers et l'intégration de code natif. Il dispose également d'un système d'alerte à l'écran pour fournir un retour visuel pendant l'exécution des tâches automatisées.
Incorporates low-level native logic into modules to access deep system capabilities and hardware interfaces.
rinf is a cross-platform native bridge and integration layer used to connect business logic written in Rust to application frontends. It functions as a cross-language message broker and binary serialization framework that enables the exchange of structured data between a Rust backend and user interfaces across mobile, desktop, and web targets. The project utilizes a schema-driven code generator to produce language-specific message classes from shared definitions. This ensures type-safe message passing and consistency across different programming environments, preventing data mismatches during
Connects a native Rust logic layer to a user interface with type-safe communication and automated build configurations.
This project provides a header-only C++ wrapper for the Node-API, serving as a framework for building high-performance native addons for Node.js. It acts as a bridge between C++ and JavaScript, offering an object-oriented interface that simplifies the creation of compiled extensions while managing the complexities of the language boundary. The library distinguishes itself by providing type-safe abstractions for data marshalling and memory management, ensuring that native and script-side objects are tracked and reclaimed correctly. It includes mechanisms for coordinating asynchronous tasks bet
Exposes native code and data structures through a standard interface to allow high-performance execution of compiled logic.