Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.09 KB

File metadata and controls

50 lines (33 loc) · 2.09 KB

Application

Create new Nickvision applications

Features

  • A template for creating cross-platform desktop apps in C#
    • Linux support through Gtk4/libadwaita
    • Windows support through WindowsAppSDK/WinUI

Chat

Join our room

Contributing

See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.

Building

Application is a .NET 10 project and can easily be built on any platform. Besides, .NET 10 the following are required system dependencies for building each project:

Once all dependencies are available on the system, simply run dotnet run --project Nickvision.Application.WinUI or dotnet run --project Nickvision.Application.GNOME to run the version of the app for your system.

Installing

Windows

The recommended method is to use the pre-built Windows installer from the Releases section.

However, you can also build an installer manually with the inno installer script.

Linux

The recommended method is to use the flatpak available on Flathub.

However, you can also build a flatpak of the app manually using the flatpak manifest file.

You can also install the application locally from source using the linux install script.

Code of Conduct

This project follows the GNOME Code of Conduct.