awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pmed avatar

pmed/v8pp

0
View on GitHub↗
961 星标·118 分支·C++·2 次浏览pmed.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 历史

pmed/v8pp 的 Star 历史图表pmed/v8pp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

pmed/v8pp 是做什么的?

Bind C++ functions and classes into V8 JavaScript engine

pmed/v8pp 的主要功能有哪些?

pmed/v8pp 的主要功能包括:Language Bindings, Scripting and Bindings。

pmed/v8pp 有哪些开源替代品?

pmed/v8pp 的开源替代品包括: 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…

V8pp 的开源替代方案

相似的开源项目,按与 V8pp 的功能重合度排序。
  • thephd/sol2ThePhD 的头像

    ThePhD/sol2

    5,072在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗5,072
  • pybind/pybind11pybind 的头像

    pybind/pybind11

    17,913在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗17,913
  • apache/spark-connect-goA

    apache/spark-connect-go

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • arakelian/java-jqarakelian 的头像

    arakelian/java-jq

    92在 GitHub 上查看↗

    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
    在 GitHub 上查看↗92
查看 V8pp 的所有 30 个替代方案→