https://github.com/goswinr/fittings
Tools for working with WPF in F#
https://github.com/goswinr/fittings
fsharp library wpf
Last synced: 19 days ago
JSON representation
Tools for working with WPF in F#
- Host: GitHub
- URL: https://github.com/goswinr/fittings
- Owner: goswinr
- License: mit
- Created: 2021-04-22T11:16:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T05:49:48.000Z (22 days ago)
- Last Synced: 2025-04-24T06:32:24.122Z (21 days ago)
- Topics: fsharp, library, wpf
- Language: F#
- Homepage: https://goswinr.github.io/Fittings/
- Size: 592 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Fittings
[](https://www.nuget.org/packages/Fittings/)
[](https://github.com/goswinr/Fittings/actions/workflows/build.yml)
[](https://github.com/goswinr/Fittings/actions/workflows/docs.yml)
[](https://github.com/goswinr/Fittings/actions/workflows/outdatedNuget.yml)
[](https://github.com/goswinr/Fittings/actions/workflows/outdatedDotnetTool.yml)
[](LICENSE.md)
Fittings is a collection of utilities for working with WPF in F#. It has
* A persistent Window class that will remember its size and position on screen after each change.
* Utilities for synchronization, global error handling, Dependency Properties, Commands, and ViewModels
* A class for loading and saving simple app settings async called `PersistentSettings`It has no dependencies. (Apart form FSharp.Core that every F# library depends upon.)
> [!CAUTION]
> When used from C# add a refrence to FSharp.Core 6.0.7 or higher.### Full API Documentation
[goswinr.github.io/Fittings](https://goswinr.github.io/Fittings/reference/fittings.html)
### Download
Fittings is available as [NuGet package](https://www.nuget.org/packages/Fittings).
### How to build
Just run `dotnet build`
### Changelog
see [CHANGELOG.md](https://github.com/goswinr/Fittings/blob/main/CHANGELOG.md)### License
[MIT](https://github.com/goswinr/Fittings/blob/main/LICENSE.md)