Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsomix/avalonia-fsharp-example
"Hello World" example using Avalonia and F#
https://github.com/gsomix/avalonia-fsharp-example
avalonia avaloniaui fsharp hello-world ui
Last synced: 3 months ago
JSON representation
"Hello World" example using Avalonia and F#
- Host: GitHub
- URL: https://github.com/gsomix/avalonia-fsharp-example
- Owner: gsomix
- License: mit
- Created: 2017-12-10T07:01:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T19:23:25.000Z (almost 5 years ago)
- Last Synced: 2024-11-02T00:51:48.773Z (3 months ago)
- Topics: avalonia, avaloniaui, fsharp, hello-world, ui
- Language: F#
- Homepage:
- Size: 11.7 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# avalonia-fsharp-example
Code example for the article ["Say hello to Avalonia"](https://gsomix.github.io/blog/01-say-hello-to-avalonia/).
![window](img/01-window.PNG)
## Build
[.NET Core 3.1 SDK](https://www.microsoft.com/net/download/core#/sdk) is required to build the project.
```
$ dotnet build -c Release
```# Run
```
$ dotnet run -c Release
```