Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolandkoenig/gpxviewer
GpxViewer is an application to view .gpx (GPS Exchange Format) files for windows. It is based on .Net 5 and WPF.
https://github.com/rolandkoenig/gpxviewer
application dotnet gpx gpx-files map windows wpf
Last synced: 4 days ago
JSON representation
GpxViewer is an application to view .gpx (GPS Exchange Format) files for windows. It is based on .Net 5 and WPF.
- Host: GitHub
- URL: https://github.com/rolandkoenig/gpxviewer
- Owner: RolandKoenig
- License: gpl-3.0
- Created: 2021-03-06T18:52:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T21:51:49.000Z (about 2 years ago)
- Last Synced: 2024-12-02T12:47:07.697Z (2 months ago)
- Topics: application, dotnet, gpx, gpx-files, map, windows, wpf
- Language: HTML
- Homepage:
- Size: 28.8 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GpxViewer
## About
GpxViewer is an application to view .gpx (GPS Exchange Format) files. I started
developing it in preparation for a tour over the alps in summer 2021. Beside of that for me the
tool was also an experimental project for good modular design of a monolithic desktop application.## Screenshots
![alt text](media/screenshot_01.png "Screenshot 1")![alt text](media/screenshot_02.png "Screenshot 2")
## Project is based on...
GpxViewer is based on .Net 5 and WPF, therefore it is Windows-only.Furthermore the project is based on following technologies / projects:
- [Prism](https://github.com/PrismLibrary/Prism): Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications
- [Mapsui](https://github.com/Mapsui/Mapsui): Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
- [Live-Charts](https://github.com/Live-Charts/Live-Charts): Simple, flexible, interactive & powerful charts, maps and gauges for .Net
- [MaterialDesignInXaml](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit): Google's Material Design in XAML & WPF, for C# & VB.Net
- [Json.NET](https://www.newtonsoft.com/json): Popular high-performance JSON framework for .NET
- [FirLib](https://github.com/RolandKoenig/FirLib): Utility library for most of my own open source applications