Lunar.Avalonia1

Avalonia demo programme to be used to demonstrate Avalonia UI development, including integration with Syncfusion services.

GPL-3.0 License

Stars
4
Committers
2

Lunar.Avalonia1

Avalonia demo programme to be used to demonstrate Avalonia UI development, including integration with Syncfusion services.

Presentation Slides and Recording

I was presenting this project in Singapore .NET Developers Community meetup on 20th October 2023.

Slides: https://docs.google.com/presentation/d/1lDpQzs1fN0IqAZcIAHdu2ICS4_MRncj3194mhF3qPxc/edit?usp=sharing Recording: https://youtu.be/JpFXTwiDZRo?si=ZcbAssF1EJmRYTnW

Screenshots

Lunia.Avalonia1 running on Windows 11 image

Lunia.Avalonia1 running on WSLg: image

Related Topics

1. Avalonia UI

Avalonia is an open source UI framework for building stunning, desktop, mobile, web and embedded applications using a .NET single codebase.

Avalonia UI enables .NET developers to create pixel-perfect apps for desktop, mobile and web from a single codebase. Avalonia UI supports several .NET runtimes, including .NET Framework, Mono and .NET Core.

It's essential to understand that Avalonia works very differently from frameworks like MAUI (or Xamarin.Forms), which uses a platform's native UI toolkit, providing a common API across all the supported platforms.

Avalonia UI is a cross-platform framework that uses its own rendering engine to draw controls. It's not a wrapper around native controls, and it doesn't use native controls. Instead, it uses a cross-platform rendering engine that draws controls using SkiaSharp.

Semi.Avalonia

Avalonia theme inspired by Semi Design.

XAML Previewer for Avalonia

The Avalonia XAML Previewer in Visual Studio Code is a powerful tool that allows you to visualise XAML code in real-time. It enables you to efficiently design and fine-tune user interfaces, helping to identify potential issues and visualise the impact of changes instantly.

Since build 2022.3 EAP 7, Rider supports Avalonia previewer using an open-source plugin AvaloniaRider.

C# DevKit in VS Code

The C# DevKit is out and gives you a complete .NET experience inside VS Code!

C# Dev Kit helps you manage your code with a solution explorer and test your code with integrated unit test discovery and execution, elevating your C# development experience wherever you like to develop (Windows, macOS, Linux, and even in a Codespace).

This extension builds on top of the great C# language capabilities provided by the C# extension and enhances your C# environment by adding a set of powerful tools and utilities that integrate natively with VS Code to help C# developers write, debug, and maintain their code faster and with fewer errors.

Dev Home

Dev Home is a new control center for Windows providing the ability to monitor projects in your dashboard using customizable widgets, set up your dev environment by downloading apps, packages, or repositories, connect to your developer accounts and tools (such as GitHub), and create a Dev Drive for storage all in one place.

2. GitHub Copilot

Q: "Is Avalonia in beta?" A: "Avalonia is currently in version 0.10.0, which is considered a stable release. However, it is still under active development and new features are being added. You can check the latest version and release notes on the Avalonia website: https://avaloniaui.net/docs/roadmap/" Note: The link to the website does not even exist.

Working Together with IntelliSense

IntelliSense is known for its code-completion functionality, while also providing a variety of code editing features such as parameter info, quick info and member lists, while Copilot is an advanced AI system that goes much further, for example, generating whole code constructs or even entire programs in response to developer prompts.

Developers continue to claim that the "AI pair programmer" GitHub Copilot tool doesn't work well with IntelliSense, which is built in to Visual Studio and Visual Studio Code.

3. Observability with Prometheus and Grafana

About Prometheus

Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community. It is now a standalone open source project and maintained independently of any company. To emphasize this, and to clarify the project's governance structure, Prometheus joined the Cloud Native Computing Foundation in 2016 as the second hosted project, after Kubernetes.

About Grafana

Grafana is the open source analytics & monitoring solution for every database. The open observability platform Grafana is the open source analytics & monitoring solution for every database Get Grafana Learn more Used by thousands of companies to monitor everything from infrastructure, applications, power plants to beehives.

Sending Metrics with HTTP

Ship metrics directly from your application code over HTTP for storage in your Grafana Cloud account using Graphite and Prometheus. Featuring the ability to generate an api key and a wide selection of predefined code snippets to plug in and push up.

References

  1. Avalonia platform support - why it's simple;
  2. Avalonia UI and MAUI - Something for everyone
  3. Avalonia UI Community Q&A. We talked about themes, v11, MAUI Hybrid and much more.;
  4. Avalonia for Visual Studio Code (Early Access);
  5. AvaloniaRider;
  6. C# Dev Kit;
  7. Devs Cite Problems with GitHub Copilot and IntelliSense Working Together;
  8. Dev Home;
  9. Why GitHub Copilot is not a Threat to your Job;
  10. I Built an App with GitHub Copilot, Here's the Result;
  11. Goldman Sachs CIO is ‘anxious to see results’ from GenAI, but moving carefully | The AI Beat;
  12. Proposal: Naming Grid Rows/Columns on Simplified Inline Syntax and Grid.RowColumn;
  13. Prompting with Copilot;
  14. Building .NET MAUI Apps Faster with GitHub Copilot in Visual Studio 2022;
  15. Configuring GitHub Copilot in your environment;
  16. How to Install a GUI Desktop for Ubuntu Server with XFCE and VNC;
  17. Visual Studio Toolbox Live - C# Productivity in VS Code with C# Dev Kit;
  18. WSL: Run Linux GUI Apps;
  19. Visualize real-time mobile app data with the Embrace data source plugin for Grafana;
  20. Error message related to libICE.so.6 makes code to exit?.
Related Projects