2 个仓库
Mechanisms for adding custom native functions to the framework's system API bridge.
Distinct from Custom Extension Integrations: Focuses on extending the core system API bridge rather than AI agent extensions
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Native API Extensions. Refine with filters or upvote what's useful.
This project is a framework for Windows desktop application development that allows the creation of native user interfaces using React and JavaScript. It enables the compilation of high-level application logic into native executables by targeting the Windows software development kit. The system leverages a C++ scene graph and visual layer for high-performance native rendering and provides mechanisms to map JavaScript calls to native C++ or C# methods. It synchronizes application styles with native operating system theme brushes to maintain visual consistency and manages desktop-specific inter
Allows integration of custom native modules and UI components to extend the framework's capabilities.
Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native applications using web technologies and a C++ backend. It serves as a native system API bridge, enabling JavaScript frontend code to execute system commands and manage files across Windows, macOS, and Linux. The project distinguishes itself as a portable runtime that renders interfaces via the system's built-in webview instead of bundling a full browser engine. This approach enables the packaging of web assets into small, standalone executable binaries. The framework provides com
Enables the integration of custom native C++ code or external processes to expand the framework's native capabilities.