awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mosure avatar

mosure/inversify-cpp

0
View on GitHub↗
15 stele·0 fork-uri·C++·MIT·3 vizualizări

Inversify Cpp

C++17 inversion of control and dependency injection container library.

Features

  • Dependency Injection - Inversion of control and dependency injection container.
  • Software Libraries - Dependency injection and inversion of control container for C++.

Istoric stele

Graficul istoricului de stele pentru mosure/inversify-cppGraficul istoricului de stele pentru mosure/inversify-cpp

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face mosure/inversify-cpp?

C++17 inversion of control and dependency injection container library.

Care sunt principalele funcționalități ale mosure/inversify-cpp?

Principalele funcționalități ale mosure/inversify-cpp sunt: Dependency Injection, Software Libraries.

Care sunt câteva alternative open-source pentru mosure/inversify-cpp?

Alternativele open-source pentru mosure/inversify-cpp includ: ets-labs/python-dependency-injector — This is a dependency injection framework and inversion of control container for Python. It decouples object creation… insertkoinio/koin — Koin is a dependency injection framework for Kotlin applications that manages object lifetimes and resolves… chrisbanes/tivi — Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform… flutterando/modular — Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture… alisoftware/dip — Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances! advantageous/qbit — QBit Java Micorservices lib tutorials| QBit Website | QBit uses Reakt | QBit works with Vert.x | Reakt Vertx.

Alternative open-source pentru Inversify Cpp

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Inversify Cpp.
  • insertkoinio/koinAvatar InsertKoinIO

    InsertKoinIO/koin

    9,992Vezi pe GitHub↗

    Koin is a dependency injection framework for Kotlin applications that manages object lifetimes and resolves dependencies through a lightweight container. It functions as a multiplatform library, allowing shared object definitions and resource bindings to be reused across different target platforms and source sets. The framework provides a system for resolving dependencies directly within user interface components to decouple business logic from view implementations. It includes a compile-time dependency validator that analyzes dependency graphs during the build process to detect missing bindi

    Kotlinandroiddependency-injectioninjection
    Vezi pe GitHub↗9,992
  • ets-labs/python-dependency-injectorAvatar ets-labs

    ets-labs/python-dependency-injector

    4,805Vezi pe GitHub↗

    This is a dependency injection framework and inversion of control container for Python. It decouples object creation from business logic by managing how services and their dependencies are assembled, delivered, and linked within an application. The framework is distinguished by its ability to perform automated component wiring, using import hooks and decorators to inject dependencies into functions and classes across different modules. It supports non-blocking flows through an asynchronous dependency resolver and manages the initialization and shutdown sequences of shared external resources a

    Pythonaiohttpasynciodependency-injection
    Vezi pe GitHub↗4,805
  • flutterando/modularAvatar Flutterando

    Flutterando/modular

    1,381Vezi pe GitHub↗

    Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture through module-based dependency injection and navigation management. It enables developers to organize complex codebases into independent, decoupled units, facilitating the management of shared services and object lifecycles within specific application scopes. The framework distinguishes itself by offering hierarchical dependency scoping and lazy resolution, which allow for the automatic creation and disposal of objects based on the active module or page lifecycle. It also features

    Dart
    Vezi pe GitHub↗1,381
  • chrisbanes/tiviAvatar chrisbanes

    chrisbanes/tivi

    6,732Vezi pe GitHub↗

    Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow. The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c

    Kotlinandroid-applicationjetpack-composekotlin
    Vezi pe GitHub↗6,732
  • Vezi toate cele 30 alternative pentru Inversify Cpp→