awesome-repositories.com
Blog
MCP
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
·
pmed avatar

pmed/v8pp

0
View on GitHub↗
961 Stars·118 Forks·C++·4 Aufrufepmed.github.io/v8pp↗

V8pp

Bind C++ functions and classes into V8 JavaScript engine

Features

  • Language Bindings - Bindings for the V8 JavaScript engine.
  • Scripting and Bindings - Library for exposing C++ classes and functions to the V8 engine.

Star-Verlauf

Star-Verlauf für pmed/v8ppStar-Verlauf für pmed/v8pp

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Open-Source-Alternativen zu V8pp

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit V8pp.
  • thephd/sol2Avatar von ThePhD

    ThePhD/sol2

    5,072Auf GitHub ansehen↗

    Sol2 is a C++ Lua binding library that serves as a language interoperability layer for integrating Lua scripts into C++ applications. It acts as a scripting wrapper and API toolkit, enabling the execution of Lua code and the management of shared state within a native C++ environment. The library focuses on automated function and type mapping to bridge native C++ classes and complex data types with the Lua scripting engine. It provides mechanisms for bidirectional data exchange, allowing compiled logic and variables to be synchronized between the host application and the script runtime. The s

    C++
    Auf GitHub ansehen↗5,072
  • pybind/pybind11Avatar von pybind

    pybind/pybind11

    17,913Auf GitHub ansehen↗

    pybind11 is a header-only C++ binding library that exposes C++ functions and classes as Python modules. It serves as a language bridge, mapping native types, inheritance hierarchies, and lambda functions into compatible Python objects to enable high-performance native code execution. The library includes specialized integration for NumPy arrays, utilizing buffer protocols to bind native C++ data without copying memory. It provides a toolkit for mapping C++ standard library data structures and smart pointers into the Python environment while maintaining cross-language memory management. The p

    C++
    Auf GitHub ansehen↗17,913
  • apache/spark-connect-goA

    apache/spark-connect-go

    0Auf GitHub ansehen↗

    This project houses the experimental client for Spark Connect for Apache Spark written in Golang.

    Auf GitHub ansehen↗0
  • arakelian/java-jqAvatar von arakelian

    arakelian/java-jq

    92Auf GitHub ansehen↗

    java-jq is not a re-implementation of jq in Java; instead, it embeds the necessary jq and Oniguruma native libraries in a jar file, and then uses Java Native Access (JNA) to call the embedded libraries in a Java-friendly way.

    Java
    Auf GitHub ansehen↗92
Alle 30 Alternativen zu V8pp anzeigen→

Häufig gestellte Fragen

Was macht pmed/v8pp?

Bind C++ functions and classes into V8 JavaScript engine

Was sind die Hauptfunktionen von pmed/v8pp?

Die Hauptfunktionen von pmed/v8pp sind: Language Bindings, Scripting and Bindings.

Welche Open-Source-Alternativen gibt es zu pmed/v8pp?

Open-Source-Alternativen zu pmed/v8pp sind unter anderem: thephd/sol2 — Sol2 is a C++ Lua binding library that serves as a language interoperability layer for integrating Lua scripts into… pybind/pybind11 — pybind11 is a header-only C++ binding library that exposes C++ functions and classes as Python modules. It serves as a… apache/spark-connect-go — This project houses the experimental client for Spark Connect for Apache Spark written in Golang. bellard/mquickjs — mQuickjs is a compact JavaScript engine designed for memory-constrained devices, such as microcontrollers, requiring… bero1985/pasvulkan — Vulkan header generator and Vulkan OOP-style API wrapper for Object Pascal (FreePascal >= 3.3.1 FPC trunk and any… arakelian/java-jq — java-jq is not a re-implementation of jq in Java; instead, it embeds the necessary jq and Oniguruma native libraries…