Xamarin

Open-source projects categorized as Xamarin

Top 23 Xamarin Open-Source Projects

  • Avalonia

    Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.

    Project mention: Industrial Controller? Windows or Linux? | news.ycombinator.com | 2024-03-07

    You might also want to look at AvaloniaUI[0] for a cross platform .NET GUI library. It is similar to WPF but much nicer to work with.

    [0] https://github.com/AvaloniaUI/Avalonia

  • 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???)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • Uno Platform

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

    Project mention: AvaloniaUI: Create Multi-Platform Apps with .NET | news.ycombinator.com | 2024-02-03

    And Uno Platform (https://platform.uno/) is akin to React Native in terms of native controls usage.

  • 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: Exception Handling in C# Methods returning object | /r/dotnet | 2023-12-08

    A lot of people have given you good replies, but have you looked at Refit?

  • 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/.

  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

    Project mention: Help with matching Serilog with Regex | /r/dotnet | 2023-12-10

    What is it you're trying to accomplish? Either this is a regular expression problem (not really dotnet related) or you should try using structured logging, with a provider and sink that support it so you don't have to use regular expressions.

  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • mobile

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

    Project mention: Anyone else bitterly disappointed that 2023.12 release didn't include mobile (iOS / Android) passkey support? | /r/Bitwarden | 2023-12-08

    Given that Xamarin has been deprecated its successor MAUI has the iOS 17/Android 14 SDKs, I think https://github.com/bitwarden/mobile/pull/2806 needs to be merged first/probably more work to be done after that too.

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

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

    Project mention: .NET 9 will be putting BinaryFormatter out to pasture | news.ycombinator.com | 2024-02-11
  • xamarin-forms-samples

    Sample apps built using the Xamarin.Forms framework

  • 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

  • MVVMCross

    The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI

  • 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: AvaloniaUI: Create Multi-Platform Apps with .NET | news.ycombinator.com | 2024-02-03

    But I think some of this stuff is already handled in Avalonia ecosystem like https://github.com/Mapsui/Mapsui, https://github.com/beto-rodriguez/LiveCharts2 and few others...

  • 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.

  • xamarin-forms-goodlooking-UI

    Xamarin.Forms goodlooking UI samples

  • AuthenticatorPro

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

    Project mention: Authy vs Google authenticator vs freeotp | /r/androidapps | 2023-05-27
  • 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
  • Microcharts

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

  • NLua

    Bridge between Lua and the .NET.

    Project mention: NLua: Bridge Between Lua and the .NET | news.ycombinator.com | 2024-01-11
  • awesome-xamarin

    A collection of interesting libraries/tools for Xamarin mobile projects

  • 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 2024-03-07.

Xamarin related posts

Index

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

Project Stars
1 Avalonia 23,381
2 Mono 10,809
3 Uno Platform 8,313
4 Refit 7,970
5 ReactiveUI 7,867
6 NLog 6,143
7 Xamarin.Forms 5,631
8 mobile 5,543
9 MessagePack for C# (.NET, .NET Core, Unity, Xamarin) 5,213
10 xamarin-forms-samples 4,303
11 SkiaSharp 4,020
12 MVVMCross 3,813
13 LiveCharts2 3,763
14 TensorFlowSharp 3,127
15 CppSharp 2,956
16 Caliburn.Micro 2,762
17 xamarin-forms-goodlooking-UI 2,557
18 AuthenticatorPro 2,429
19 Akavache 2,408
20 xamarin-macios 2,350
21 Microcharts 1,958
22 NLua 1,933
23 awesome-xamarin 1,862
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com