Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nepitwin/modernwpf
Boilerplate code for wpf templates by modern Windows designs.
https://github.com/nepitwin/modernwpf
modernwpf prismlibrary windows wpf wpf-ui
Last synced: about 2 months ago
JSON representation
Boilerplate code for wpf templates by modern Windows designs.
- Host: GitHub
- URL: https://github.com/nepitwin/modernwpf
- Owner: Nepitwin
- License: mit
- Created: 2022-06-12T16:45:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T06:58:26.000Z (over 1 year ago)
- Last Synced: 2024-10-15T17:04:36.775Z (2 months ago)
- Topics: modernwpf, prismlibrary, windows, wpf, wpf-ui
- Language: C#
- Homepage:
- Size: 1.53 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModernWPF by .Net Core and PrismLibrary
> This project contains multiple boilerplate projects by modern wpf skelleton projects to allow you to quickly build an modern windows based mvvm projects with PrismLibrary.
Source code examples are used from ModernWPF and extracted to minimalistic boiler plate code base and .Net Core 6.
## Examples
### MahApps.PrismLibrary.Skeleton
* Boilerplate code for an empty prism library wpf application by ivy doc### [MahApps.PrismLibrary.Metro](https://github.com/Kinnara/ModernWpf/wiki/MahApps.Metro-Integration)
* Windows metro design example by prism library as wpf application based on prism library skeleton.
![MahApps.PrismLibrary.Metro](Img/MahApps.PrismLibrary.Metro.png "MahApps.PrismLibrary.Metro")
### [MahApps.PrismLibrary.WebView2](https://docs.microsoft.com/de-de/microsoft-edge/webview2/get-started/wpf)
* Microsoft WebView2 sample implementation.
![MahApps.PrismLibrary.WebView2](Img/MahApps.PrismLibrary.WebView2.png "MahApps.PrismLibrary.WebView2")## Useful links
* [Modern WPF](https://github.com/Kinnara/ModernWpf)
* [Prism Library](https://prismlibrary.com)