awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to libffi/libffi

Open-source alternatives to Libffi

30 open-source projects similar to libffi/libffi, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libffi alternative.

  • pyo3/pyo3Avatar von PyO3

    PyO3/pyo3

    15,344Auf GitHub ansehen↗

    This project provides a framework for binding Rust and Python, enabling the creation of native extension modules and the embedding of the Python interpreter within host applications. It functions as a cross-language interoperability library that facilitates the execution of scripts, the definition of classes, and the sharing of data structures across the boundary of the two runtimes. The framework distinguishes itself through the use of procedural macros to automate the generation of boilerplate code, simplifying the process of exposing native functions and data types. It employs type-level m

    Rustbindingffipython
    Auf GitHub ansehen↗15,344
  • node-ffi/node-ffiAvatar von node-ffi

    node-ffi/node-ffi

    4,322Auf GitHub ansehen↗

    node-ffi is a foreign function interface library for Node.js that enables calling functions from native C dynamic libraries without writing manual C++ bindings. It serves as a system for loading shared objects and DLLs into process memory, translating JavaScript values into binary representations, and executing external binaries at runtime. The project utilizes a wrapper around the libffi library to construct call frames and execute native functions with dynamic arguments. It distinguishes itself by providing a native memory manager for allocating raw pointers and a mapping system that connec

    JavaScript
    Auf GitHub ansehen↗4,322
  • pyodide/pyodideAvatar von pyodide

    pyodide/pyodide

    14,685Auf GitHub ansehen↗

    This project provides a full Python interpreter compiled to WebAssembly, enabling the execution of Python code and scientific libraries directly within web browsers and server-side environments. By bridging the gap between language runtimes, it allows developers to run computational tasks, manage packages, and perform data analysis in client-side environments without requiring a backend server. The platform distinguishes itself through a comprehensive foreign function interface that enables bidirectional data exchange, object proxying, and function calling between Python and JavaScript. It in

    Pythonpythonwebassembly
    Auf GitHub ansehen↗14,685

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • java-native-access/jnaAvatar von java-native-access

    java-native-access/jna

    8,916Auf GitHub ansehen↗

    JNA is a foreign function interface and native memory mapper that allows Java applications to call functions in shared native libraries without writing custom JNI wrapper code. It serves as a JNI alternative framework for invoking C functions and mapping native data structures using high-level interfaces. The library distinguishes itself through its ability to translate Java objects and primitives into C-style structs, unions, and pointers for cross-platform memory exchange. On Windows, it provides a dedicated toolkit for interacting with Component Object Model objects using both early and la

    Java
    Auf GitHub ansehen↗8,916
  • y-crdt/y-crdtAvatar von y-crdt

    y-crdt/y-crdt

    2,090Auf GitHub ansehen↗

    This project is a memory-safe library implemented in Rust that provides a high-performance engine for managing shared, distributed data states. It functions as a conflict-free replicated data type implementation, enabling real-time collaborative editing and state synchronization across distributed systems without the need for a central server or manual conflict resolution. The library distinguishes itself through a cross-language binding framework that allows native applications in environments like Python, Swift, and WebAssembly to interact with the same shared data protocol. It utilizes a c

    Rustcrdtrustyjs
    Auf GitHub ansehen↗2,090
  • bytedeco/javacppAvatar von bytedeco

    bytedeco/javacpp

    4,697Auf GitHub ansehen↗

    JavaCPP is a JNI C++ bridge and foreign function interface that provides a binding generator, a native library loader, and a native memory manager. It automates the creation of Java wrappers around native C++ headers and shared libraries to enable interoperability between the two languages. The project features a C++ binding generator that parses header files to automatically produce the necessary glue code and interfaces for calling native functions. It includes a native library loader that locates and extracts platform-specific binaries from the classpath into a local cache for runtime exec

    Javacc-plus-pluscpp
    Auf GitHub ansehen↗4,697
  • facebookarchive/libphenomAvatar von facebookarchive

    facebookarchive/libphenom

    1,665Auf GitHub ansehen↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    Auf GitHub ansehen↗1,665
  • riolet/waferAvatar von riolet

    riolet/WAFer

    695Auf GitHub ansehen↗

    WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.

    C
    Auf GitHub ansehen↗695
  • libgit2/libgit2Avatar von libgit2

    libgit2/libgit2

    10,485Auf GitHub ansehen↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    C
    Auf GitHub ansehen↗10,485
  • nfc-tools/libnfcAvatar von nfc-tools

    nfc-tools/libnfc

    1,974Auf GitHub ansehen↗

    Platform independent Near Field Communication (NFC) library

    C
    Auf GitHub ansehen↗1,974
  • alanxz/rabbitmq-cAvatar von alanxz

    alanxz/rabbitmq-c

    1,859Auf GitHub ansehen↗

    RabbitMQ C client

    C
    Auf GitHub ansehen↗1,859
  • throwtheswitch/cexceptionAvatar von ThrowTheSwitch

    ThrowTheSwitch/CException

    365Auf GitHub ansehen↗

    Lightweight exception implementation for C

    C
    Auf GitHub ansehen↗365
  • libimobiledevice/libimobiledeviceAvatar von libimobiledevice

    libimobiledevice/libimobiledevice

    7,733Auf GitHub ansehen↗

    libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function

    Ccioslibrary
    Auf GitHub ansehen↗7,733
  • codeplea/tinyexprAvatar von codeplea

    codeplea/tinyexpr

    1,895Auf GitHub ansehen↗

    tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

    C
    Auf GitHub ansehen↗1,895
  • docopt/docopt.cAvatar von docopt

    docopt/docopt.c

    321Auf GitHub ansehen↗

    C-code generator for docopt language.

    Python
    Auf GitHub ansehen↗321
  • codeplea/genannAvatar von codeplea

    codeplea/genann

    2,268Auf GitHub ansehen↗

    simple neural network library in ANSI C

    Cannansiartificial-neural-networks
    Auf GitHub ansehen↗2,268
  • cloudwu/pbcAvatar von cloudwu

    cloudwu/pbc

    1,625Auf GitHub ansehen↗

    A protocol buffers library for C

    C
    Auf GitHub ansehen↗1,625
  • google/pblogAvatar von google

    google/pblog

    29Auf GitHub ansehen↗

    Pblog is a small, low overhead, structured logging library

    C
    Auf GitHub ansehen↗29
  • chaosben/theunknownonesAvatar von chaosben

    chaosben/theunknownones

    89Auf GitHub ansehen↗

    All the things we develop and want to share with you

    Pascal
    Auf GitHub ansehen↗89
  • commonmark/commonmark-specAvatar von commonmark

    commonmark/commonmark-spec

    5,105Auf GitHub ansehen↗

    This project is a formal markdown specification standard that provides a detailed markup syntax definition and a definitive set of rules for parsing plain text into consistent HTML output. It establishes a standardized grammar for structural blocks and inline elements to ensure uniform rendering across different software implementations. The specification is supported by a parser conformance suite and a reference implementation in C and JavaScript to verify that implementations adhere to the standard. It includes a system for implementation verification that compares transformed input strings

    Python
    Auf GitHub ansehen↗5,105
  • neon-bindings/neonAvatar von neon-bindings

    neon-bindings/neon

    8,410Auf GitHub ansehen↗

    Neon is a framework for writing high-performance native Node.js modules using the Rust programming language. It serves as a foreign function interface bridge and a toolchain for bootstrapping, compiling, and managing Rust-based extensions. The project provides a cross-language memory manager that handles buffers and object borrowing to ensure safe memory access between Rust and JavaScript. It enables the mapping of data types and function calls across the language boundary, allowing Rust functions to be exported to the script environment and JavaScript functions to be called from Rust. The f

    Rust
    Auf GitHub ansehen↗8,410
  • obsproject/obs-studioAvatar von obsproject

    obsproject/obs-studio

    73,384Auf GitHub ansehen↗

    This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides a centralized studio interface for managing complex scene transitions, layering visual sources through a hierarchical scene-graph engine, and streaming content to multiple platforms simultaneously. The software is built on a cross-platform abstraction layer that ensures consiste

    Ccc-plus-plusdirectshow
    Auf GitHub ansehen↗73,384
  • python/cpythonAvatar von python

    python/cpython

    73,265Auf GitHub ansehen↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a combination of reference counting and generational cyclic garbage collection, while dynamic type dispatching determines object behavior at runtime based on metadata stored within object headers. The project is distinguished by its C-based architecture, which provides a stable forei

    Python
    Auf GitHub ansehen↗73,265
  • indygreg/pyoxidizerAvatar von indygreg

    indygreg/PyOxidizer

    6,105Auf GitHub ansehen↗

    PyOxidizer is a Python application packager and interpreter embedder designed to compile Python code and dependencies into a single standalone executable binary. It functions as a distribution tool that allows applications to run on target machines without a pre-installed interpreter. The project serves as a bridge between Rust and Python, providing a framework to integrate the two languages for creating linkable libraries or incrementally replacing logic. It facilitates the embedding of a Python runtime into larger applications to execute scripts or provide Python-based logic. The toolset c

    Rust
    Auf GitHub ansehen↗6,105
  • bytedeco/javacvAvatar von bytedeco

    bytedeco/javacv

    8,310Auf GitHub ansehen↗

    JavaCV provides a Java-based interface for native computer vision and video processing libraries. It functions as a wrapper for native vision libraries, allowing Java applications to perform image analysis, object detection, and video stream processing. The project integrates comprehensive computer vision capabilities, including facial recognition, image segmentation, and optical flow analysis for motion tracking. It also provides tools for hardware geometry calibration and projector-camera alignment to ensure accurate spatial representation. The system covers high-performance media renderin

    Javacomputer-visionffmpegjava
    Auf GitHub ansehen↗8,310
  • chai2010/advanced-go-programming-bookAvatar von chai2010

    chai2010/advanced-go-programming-book

    20,066Auf GitHub ansehen↗

    This project is a comprehensive technical guide to advanced Go programming. It serves as a programming guide, technical reference, and textbook covering low-level optimization and distributed systems architecture. The resource provides detailed instructions on writing assembly instructions to optimize performance-critical code and managing C-Go interoperability to bridge C libraries with Go. It also functions as a manual for implementing remote procedure call mechanisms and creating custom plugins for the Protocol Buffers compiler. The material covers high-level capabilities including the de

    Go
    Auf GitHub ansehen↗20,066
  • janet-lang/janetAvatar von janet-lang

    janet-lang/janet

    4,308Auf GitHub ansehen↗

    Janet is a Lisp-based dynamic programming language featuring a register-based bytecode virtual machine and an embeddable scripting engine. It functions as a fiber-based concurrency runtime and includes a parsing engine based on Parsing Expression Grammars. The project is distinguished by its ability to be integrated into C or C++ applications via a minimal header interface. It utilizes a Lisp-style macro system for compile-time code transformation and employs prototype-based table inheritance for object-oriented behavior. The runtime covers a broad set of capabilities, including asynchronous

    Ccfunctional-languageimperative-language
    Auf GitHub ansehen↗4,308
  • alibaba/flutter-goAvatar von alibaba

    alibaba/flutter-go

    23,668Auf GitHub ansehen↗

    flutter-go is a cross-platform UI framework and kit designed for building mobile and desktop applications using a Go backend and a Flutter frontend. It provides a communication bridge that enables Go functions to be executed from Dart code via a C-ABI foreign function interface. The project includes a Flutter UI component library and a frontend design gallery. These resources provide pre-designed interface patterns, reusable widgets, and interaction demos to assist with rapid application prototyping and consistent interface design across different operating systems. The framework covers nati

    Dart
    Auf GitHub ansehen↗23,668
  • imgui-rs/imgui-rsAvatar von imgui-rs

    imgui-rs/imgui-rs

    3,019Auf GitHub ansehen↗

    This project provides Rust bindings for the Dear ImGui library, enabling the creation of high-performance graphical user interfaces using an immediate-mode paradigm. By defining interface elements directly within the application render loop, it eliminates the need for persistent object hierarchies, allowing for rapid prototyping and dynamic visual updates. The library distinguishes itself by wrapping complex native function signatures in type-safe builders, which improves developer ergonomics while maintaining the performance characteristics of the underlying C++ implementation. It utilizes a

    Rustguiimguirust
    Auf GitHub ansehen↗3,019
  • borndotcom/react-native-godotAvatar von borndotcom

    borndotcom/react-native-godot

    2,577Auf GitHub ansehen↗

    react-native-godot is a communication layer and embedding system that integrates the Godot game engine into cross-platform mobile applications. It allows Godot game scenes and logic to be rendered as interactive visual components within a mobile user interface. The project provides a threaded logic bridge that executes engine functions on dedicated background threads using worklets. This ensures that game engine operations do not block the main application user interface. The system covers engine lifecycle management, including the ability to start, stop, and pause instances to load differen

    C++androidgodotgodot-engine
    Auf GitHub ansehen↗2,577