Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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