awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesInteroperability

Frameworks for bridging code between different languages and platforms.

Explore 4 awesome GitHub repositories matching part of an awesome list · Interoperability. Refine with filters or upvote what's useful.

Awesome Interoperability GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pythonnet/pythonnetAvatar de pythonnet

    pythonnet/pythonnet

    5,483Voir sur GitHub↗

    PythonNet est un pont d'intégration de runtime qui permet au code Python d'appeler des assemblies .NET et des fonctions au sein du Common Language Runtime. Il sert d'ensemble de bindings pour accéder au framework .NET et à ses bibliothèques depuis un environnement Python, facilitant l'interopérabilité des runtimes entre les langages. Le projet fournit un mécanisme pour intégrer un moteur de script Python directement au sein des applications .NET. Cela permet la création d'une couche de script d'application où le code Python est exécuté dynamiquement pour fournir personnalisation et automatisation à l'environnement hôte. Le pont prend en charge l'intégration d'assemblies et d'espaces de noms .NET dans des scripts Python et fournit un accès aux services de runtime à travers .NET Framework, .NET Core et Mono. Il gère la communication entre l'interpréteur Python et le runtime .NET pour partager des services et des composants.

    Framework for Python and .NET interop.

    C#
    Voir sur GitHub↗5,483
  • mono/cppsharpAvatar de mono

    mono/CppSharp

    3,385Voir sur GitHub↗

    Tools and libraries to glue C/C++ APIs to high-level languages

    Surfaces C++ APIs to C#.

    C#bindingsbridgec
    Voir sur GitHub↗3,385
  • dotnet/pinvokeAvatar de dotnet

    dotnet/pinvoke

    2,183Voir sur GitHub↗

    A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.

    Library containing P/Invoke code for Windows.

    C#
    Voir sur GitHub↗2,183
  • irmen/pyroliteAvatar de irmen

    irmen/Pyrolite

    186Voir sur GitHub↗

    Java and .NET client interface for Pyro5 protocol

    Interfaces .NET programs with the Python world.

    Java
    Voir sur GitHub↗186
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Interoperability

Explorer les sous-tags

  • Array Wrapping AdaptersWrapping arrays as variables to allow incremental adoption of a faster backend in existing projects. **Distinct from Interoperability:** Distinct from Interoperability: focuses on wrapping arrays as variables for backend migration, not general cross-language bridging.