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
·
Back to jhusain/learnrxjava

Open-source alternatives to Learnrxjava

30 open-source projects similar to jhusain/learnrxjava, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Learnrxjava alternative.

  • bkaradzic/bgfxAvatar bkaradzic

    bkaradzic/bgfx

    17,161Vezi pe GitHub↗

    bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides a unified interface that maps high-level rendering commands to native graphics APIs, allowing developers to maintain a single codebase that executes consistently across diverse operating systems and hardware architectures. The library distinguishes itself through a multi-threaded command submission model that decouples rendering logic from the main application thread, effectively minimizing CPU bottlenecks. It utilizes a backend-agnostic command buffer and a deferred resource

    Cd3d11d3d12directx
    Vezi pe GitHub↗17,161
  • crownengine/crownAvatar crownengine

    crownengine/crown

    2,408Vezi pe GitHub↗

    A complete and cross-platform game engine designed for flexibility, performance, and fast-iterations.

    C++
    Vezi pe GitHub↗2,408
  • cshenton/d8db9bded49706ed4b28adb9bd937fcbC

    cshenton/d8db9bded49706ed4b28adb9bd937fcb

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • dylantallchiefgit/xlstudioAvatar DylanTallchiefGit

    DylanTallchiefGit/xlStudio

    278Vezi pe GitHub↗

    A DAW for Microsoft Excel

    VBA
    Vezi pe GitHub↗278
  • esoxjem/movieguideAvatar esoxjem

    esoxjem/MovieGuide

    2,598Vezi pe GitHub↗

    Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture

    Javaandroidclean-architectureclean-code
    Vezi pe GitHub↗2,598

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ță.

Find more with AI search
  • froussios/intro-to-rxjavaAvatar Froussios

    Froussios/Intro-To-RxJava

    2,031Vezi pe GitHub↗

    An extensive tutorial on RxJava

    Java
    Vezi pe GitHub↗2,031
  • gingerbill/5bbcca224bf8d9dcd09dde38b2567d10G

    gingerBill/5bbcca224bf8d9dcd09dde38b2567d10

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • gingerbill/9a6c0a6f0a34a147ff82e9f6047db2acG

    gingerBill/9a6c0a6f0a34a147ff82e9f6047db2ac

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • gingerbill/b03c2ea6ed693034a609e56076fda3dcG

    gingerBill/b03c2ea6ed693034a609e56076fda3dc

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • gingerbill/b7b75772f92c5511a9cd3ca2e28eca37G

    gingerBill/b7b75772f92c5511a9cd3ca2e28eca37

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • gingerbill/c7a91318bd7b3be96d63d428b24d19eaG

    gingerBill/c7a91318bd7b3be96d63d428b24d19ea

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • gingerbill/e1270f60a1739c266934599c2bee46f5G

    gingerBill/e1270f60a1739c266934599c2bee46f5

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • jakubtomsu/2acd84731d3c2613c91e40c2e064ffe6J

    jakubtomsu/2acd84731d3c2613c91e40c2e064ffe6

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • jakubtomsu/470e33d477936ba9c772e2395f661b5fJ

    jakubtomsu/470e33d477936ba9c772e2395f661b5f

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • jakubtomsu/577f2375aad587e09c2d75e085fef87fJ

    jakubtomsu/577f2375aad587e09c2d75e085fef87f

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • jakubtomsu/9cae5298f86d2b9d2aed48641a1a3dbdJ

    jakubtomsu/9cae5298f86d2b9d2aed48641a1a3dbd

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • jakubtomsu/e614bf152a7147c4519149270b9266b6J

    jakubtomsu/e614bf152a7147c4519149270b9266b6

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • jakubtomsu/ecd83e61976d974c7730f9d7ad3e1fd0J

    jakubtomsu/ecd83e61976d974c7730f9d7ad3e1fd0

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • kallunwillock/ezpzmousecontrollerAvatar KallunWillock

    KallunWillock/EZPZMouseController

    7Vezi pe GitHub↗

    A VBA library for capturing MouseWheel and other mouse events in UserForms and controls using the InkCollector object, without subclassing or complex Win32 API calls.

    VBA
    Vezi pe GitHub↗7
  • karl-zylinski/f8761856593776014c9de3368437e790K

    karl-zylinski/f8761856593776014c9de3368437e790

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • karl-zylinski/ffccda0babb7e05b0657bf0acd3f1a99K

    karl-zylinski/ffccda0babb7e05b0657bf0acd3f1a99

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • kaushikgopal/rxjava-android-samplesAvatar kaushikgopal

    kaushikgopal/RxJava-Android-Samples

    7,504Vezi pe GitHub↗

    This project is a sample library and implementation guide for using RxJava to manage asynchronous data streams and concurrent tasks in Android applications. It provides a collection of reference implementations for reactive programming, focusing on functional operators to transform and combine asynchronous data flows. The library demonstrates specific Android architectural patterns, such as implementing decoupled event buses for component communication and coordinating parallel network requests. It includes concrete examples of mobile-specific patterns including search input debouncing, list

    Javaconcurrencyexamplejava
    Vezi pe GitHub↗7,504
  • laytan/9053ea979bdbc5ebb4bf66d4caf5c402L

    laytan/9053ea979bdbc5ebb4bf66d4caf5c402

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • laytan/a94c323a84cef7bcfbdf6d21987fd5a9L

    laytan/a94c323a84cef7bcfbdf6d21987fd5a9

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • laytan/ba57af3e5a59ab5cb2fca9e25bcfe262L

    laytan/ba57af3e5a59ab5cb2fca9e25bcfe262

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • laytan/e411288bc622eaf09832e752b31c9bc8L

    laytan/e411288bc622eaf09832e752b31c9bc8

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • lperlind/1bb993a1c0f1acdd49080fd4852f95c5L

    Lperlind/1bb993a1c0f1acdd49080fd4852f95c5

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • ocornut/imguiAvatar ocornut

    ocornut/imgui

    73,875Vezi pe GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily intended for integration into existing rendering pipelines, where it produces raw vertex buffers and draw commands that are agnostic to the underlying graphics API. The library distinguishes itself through a highly decoupled architecture that supports complex, dockable, and multi-vi

    C++apicplusplusframework
    Vezi pe GitHub↗73,875
  • odin-lang/odinAvatar odin-lang

    odin-lang/Odin

    9,806Vezi pe GitHub↗

    Odin is a compiled, statically typed systems programming language designed for high-performance software development. It focuses on pragmatic low-level memory control, providing a toolset for manual memory management and precise control over hardware utilization. The language is distinguished by its flexible memory model, which includes custom allocators and precise data layout capabilities to optimize resource usage. It features a comprehensive foreign function interface for importing assembly files and linking with external libraries using configurable calling conventions. The type system

    Odincompilerlanguageodin
    Vezi pe GitHub↗9,806
  • p1xelher0/abed4728096ea3a88af7802cbe46cf08P

    p1xelHer0/abed4728096ea3a88af7802cbe46cf08

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0