C# Xamarin

Open-source C# projects categorized as Xamarin

Top 23 C# Xamarin Projects

  • Mono

    Mono open source ECMA CLI, C# and .NET implementation.

    Project mention: How exactly does Unity integrate with IDEs - how does the editor build work? | /r/Unity3D | 2023-07-23

    In the video you basically install .NET 7.0 SDK with the deb packages from Microsoft repos AND mono deb packages from repos laid out in https://www.mono-project.com/ apart from Unity and VS Code. And then you configure VS Code so that it always uses Mono installed in the system (not Unity Editor's own instance???)

  • Uno Platform

    Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

    Project mention: A Proposal for an asynchronous Rust GUI framework | news.ycombinator.com | 2023-09-03
  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • ReactiveUI

    An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

    Project mention: Humble Chronicles: Managing State with Signals | news.ycombinator.com | 2023-05-19

    ReactiveUI is based on Rx and very popular in the .Net world: https://www.reactiveui.net/.

  • Refit

    The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

    Project mention: Http calls on mobile, what is the preferred way / best practice | /r/dotnetMAUI | 2023-07-11

    Another question that rises is, would it be better to use some HttpClient package to handle the requests, like Refit in combination with Polly. But then again, it seems Refit also uses the HttpClient factory, which was a bad thing according to the previous?

  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

    Project mention: Logging in ASP.NET | dev.to | 2023-05-24

    NLog

  • Xamarin.Forms

    Xamarin.Forms Official Home

    Project mention: How To Update Picker To Property Value On Load | /r/xamarindevelopers | 2023-10-31

    EDIT2: Yeah, https://github.com/xamarin/Xamarin.Forms/issues/2751

  • mobile

    The mobile app vault (iOS and Android). (by bitwarden)

    Project mention: Best Android Apps that you should definitely try! | /r/androidapps | 2023-10-24

    Password Manger:- - Bitwarden - open source password manager

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • MessagePack for C# (.NET, .NET Core, Unity, Xamarin)

    Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]

    Project mention: Fury: 170x faster than JDK, fast serialization powered by JIT and Zero-copy | news.ycombinator.com | 2023-10-07

    Given it's a binary serialization framework, it should not be too difficult, because the domain is well-explored and numerous libraries exist in C# which address same goals that Fury does.

    More popular/newer examples are https://github.com/Cysharp/MemoryPack (which is similar to Fury with its own spec, C#-code first schema), https://github.com/MessagePack-CSharp/MessagePack-CSharp or even gRPC / Protobuf tooling https://github.com/grpc/grpc-dotnet

  • xamarin-forms-samples

    Sample apps built using the Xamarin.Forms framework

  • MVVMCross

    The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.

    Project mention: Any language for Mac and PC? | /r/learnprogramming | 2023-02-01

    For MVVM-based UI it looks like this could help: https://github.com/MvvmCross/MvvmCross

  • SkiaSharp

    SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

    Project mention: Jellyfin: The Free Software Media System | news.ycombinator.com | 2023-06-18

    It looks like the port was compiled with a binary SkiaSharp [0] since that requires Google tooling to build. Interesting to see the committer allowing this. Apparently it is not the first time.

    0. https://github.com/mono/SkiaSharp

  • LiveCharts2

    Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.

    Project mention: Open source charting libraries? Should I quit MAUI? | /r/dotnetMAUI | 2023-07-05
  • TensorFlowSharp

    TensorFlow API for .NET languages

    Project mention: AI .NET | /r/dotnet | 2023-06-04

    TensorFlowSharp

  • CppSharp

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

  • Caliburn.Micro

    A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.

  • Akavache

    An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.

    Project mention: Storing query results | /r/dotnet | 2023-06-25

    If its caching you could just use ready made packages - https://github.com/jamesmontemagno/monkey-cache - https://github.com/reactiveui/akavache/

  • xamarin-macios

    Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS, and watchOS.

    Project mention: Setting up Development & Distribution of Xamarin App (without help from original developer) | /r/Xamarin | 2023-06-14
  • AuthenticatorPro

    📱 Two-Factor Authentication (2FA) client for Android + Wear OS

    Project mention: Authy vs Google authenticator vs freeotp | /r/androidapps | 2023-05-27
  • Microcharts

    Create cross-platform (Xamarin, Windows, ...) simple charts.

    Project mention: Any good open source C# graphing libraries? | /r/csharp | 2022-12-10

    Open source and cross platform: Microcharts

  • NLua

    Bridge between Lua and the .NET.

    Project mention: Parse data from .lua into C# | /r/csharp | 2023-01-04

    Use something like NLua to run the file(s), then you can read the variables from the lua state.

  • AdaptiveCards

    A new way for developers to exchange card content in a common and consistent way.

    Project mention: AdaptiveCards: A whole new way to deliver UI | news.ycombinator.com | 2023-11-10
  • Xamarin.Essentials

    Essential cross platform APIs for your mobile apps. (by xamarin)

    Project mention: Xamarin Essentials MediaPicker Android 13 file permissions error | /r/xamarindevelopers | 2023-02-25
  • FFImageLoading - Fast & Furious Image Loading

    Image loading, caching & transforming library for Xamarin and Windows

    Project mention: CollectionView all items Quadratic | /r/xamarindevelopers | 2023-03-31

    I'm fairly sure that you could achieve this using https://github.com/luberda-molinet/FFImageLoading

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-11-10.

C# Xamarin related posts

Index

What are some of the best open-source Xamarin projects in C#? This list will help you:

Project Stars
1 Mono 10,681
2 Uno Platform 8,104
3 ReactiveUI 7,738
4 Refit 7,708
5 NLog 6,022
6 Xamarin.Forms 5,656
7 mobile 5,209
8 MessagePack for C# (.NET, .NET Core, Unity, Xamarin) 5,003
9 xamarin-forms-samples 4,314
10 MVVMCross 3,794
11 SkiaSharp 3,752
12 LiveCharts2 3,503
13 TensorFlowSharp 3,112
14 CppSharp 2,845
15 Caliburn.Micro 2,715
16 Akavache 2,375
17 xamarin-macios 2,323
18 AuthenticatorPro 2,040
19 Microcharts 1,932
20 NLua 1,869
21 AdaptiveCards 1,584
22 Xamarin.Essentials 1,532
23 FFImageLoading - Fast & Furious Image Loading 1,402
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com