awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pmed avatar

pmed/v8pp

0
View on GitHub↗
961 نجوم·118 تفرعات·C++·6 مشاهدات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.

سجل النجوم

مخطط تاريخ النجوم لـ pmed/v8ppمخطط تاريخ النجوم لـ pmed/v8pp

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ V8pp

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع V8pp.
  • thephd/sol2الصورة الرمزية لـ ThePhD

    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/pybind11الصورة الرمزية لـ pybind

    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-jqالصورة الرمزية لـ arakelian

    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
عرض جميع البدائل الـ 30 لـ V8pp→

الأسئلة الشائعة

ما هي وظيفة 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…