Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelmunoz/nxuifsharptemplate
A simple Avalonia + F# Starter Template
https://github.com/angelmunoz/nxuifsharptemplate
avalonia avaloniaui desktop desktop-app development dotnet fsharp
Last synced: 2 months ago
JSON representation
A simple Avalonia + F# Starter Template
- Host: GitHub
- URL: https://github.com/angelmunoz/nxuifsharptemplate
- Owner: AngelMunoz
- Created: 2023-05-29T17:40:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T05:03:37.000Z (5 months ago)
- Last Synced: 2024-09-30T11:09:35.275Z (3 months ago)
- Topics: avalonia, avaloniaui, desktop, desktop-app, development, dotnet, fsharp
- Language: F#
- Homepage:
- Size: 24.4 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NXUI + F#
This is a simple template to get started with [Avalonia](https://avaloniaui.net/) and [F#](https://fsharp.org/) through [NXUI](https://github.com/wieslawsoltes/NXUI).
```
dotnet run --project src/App
```You should briefly see your application window showing on your desktop.
# Alternatives
Although NXUI is a great way to get started with Avalonia and F#, there are other options available:
- Plain [Avalonia](https://avaloniaui.net/)
- [Avalonia.FuncUI](https://github.com/fsprojects/Avalonia.FuncUI)
- [Fabulous.Avalonia](https://github.com/fabulous-dev/Fabulous.Avalonia)
- [Elmish.Avalonia](https://github.com/JordanMarr/Elmish.Avalonia)All of them offer similar or different approaches to building UIs with F#.