4 रिपॉजिटरी
Implements function signatures that match external libraries to enable seamless drop-in replacements.
Distinct from External State Mirroring: Distinct from API compatibility adapters as it focuses on mirroring the exact surface area for seamless replacement rather than translation.
Explore 4 awesome GitHub repositories matching software engineering & architecture · API Surface Mirroring. Refine with filters or upvote what's useful.
es-toolkit is a JavaScript utility library and TypeScript data transformation toolset designed as a high-performance alternative to traditional utility suites. It serves as a tree-shakable module library and a compatibility layer for those migrating from legacy dependencies by mirroring established function signatures. The project is specifically optimized for AI code generation, providing structured documentation and specialized skill sets to improve the accuracy and discoverability of its functions for AI coding assistants. Its architecture focuses on a zero-dependency core and modular expo
Implements function signatures and naming conventions that mirror established libraries for seamless drop-in replacement.
collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio
Maps each PHP Laravel Collection method to an equivalent JavaScript implementation with identical signatures.
OpenCVSharp is a .NET library that wraps native OpenCV functions, providing C# developers with access to OpenCV's computer vision capabilities through an API that mirrors the native C/C++ style. It serves as a managed wrapper for image processing, feature detection, object detection, and image manipulation tasks, while also handling automatic disposal of unmanaged OpenCV resources like Mat objects to prevent memory leaks in .NET applications. The library enables keypoint detection and descriptor extraction using algorithms such as AKAZE, BRISK, or FAST, with brute-force or FLANN-based matchin
Exposes OpenCV functions as static methods that mirror the native C/C++ API surface.
यह प्रोजेक्ट एक GPU फ़ीचर संगतता परत और फ़्रेम जनरेशन मॉड है। यह एक DLL API एमुलेटर और रैपर के रूप में कार्य करता है जो प्रोप्राइटरी Nvidia DLSS फ़्रेम जनरेशन कॉल्स को इंटरसेप्ट करता है और उन्हें एक वैकल्पिक कार्यान्वयन पर रीडायरेक्ट करता है। यह सॉफ़्टवेयर उन गेम्स में AMD FSR 3 फ़्रेम जनरेशन को सक्षम बनाता है जो मूल रूप से केवल Nvidia DLSS फ़्रेम जनरेशन का समर्थन करते हैं। यह प्रोप्राइटरी ग्राफिक्स अनुरोधों को एक ओपन स्टैंडर्ड में अनुवादित करता है, जिससे फ़्रेम इंटरपोलेशन उन ग्राफिक्स कार्ड्स पर चलने की अनुमति मिलती है जो अन्यथा मूल वेंडर मानकों के साथ असंगत हैं। सिस्टम अपेक्षित फ़ंक्शन सिग्नेचर्स की नकल करने और एप्लिकेशन क्रैश को रोकने के लिए DLL प्रॉक्सी रैपिंग और डायनामिक लाइब्रेरी रीडायरेक्शन का उपयोग करता है। यह प्रक्रिया रनटाइम हुकिंग और API सतह एमुलेशन के माध्यम से प्रोप्राइटरी-से-ओपन अनुवादों को मैप करती है।
Implements function signatures that match Nvidia libraries to allow the replacement of DLSS with FSR 3.