https://github.com/tuke307/sim-tuning
tuning for simson motorcycles
https://github.com/tuke307/sim-tuning
csharp dyno mvvc simson simson-s51 sqllite
Last synced: 6 months ago
JSON representation
tuning for simson motorcycles
- Host: GitHub
- URL: https://github.com/tuke307/sim-tuning
- Owner: tuke307
- Created: 2020-06-28T17:44:23.000Z (over 5 years ago)
- Default Branch: v2.0.0
- Last Pushed: 2024-12-12T21:29:51.000Z (10 months ago)
- Last Synced: 2025-02-21T21:31:39.737Z (8 months ago)
- Topics: csharp, dyno, mvvc, simson, simson-s51, sqllite
- Language: C#
- Homepage: https://simtuning.tony-luke.de/
- Size: 4.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimTuning
## Developing
download .NET 9.0 SKD from https://dotnet.microsoft.com/en-us/download/dotnet/9.0
## Setup
```bash
dotnet workload install maui maui-android maui-ios maui-maccatalyst
cd src/
dotnet build -t:Run -f net9.0-ios
dotnet build -t:Run -f net9.0-maccatalyst
```## format documents
npx prettier --write "**/\*.cs"
npx prettier --write "**/\*.xaml"# Platforms
| Platform | Tested | Deployed |
| -------- | ------ | -------- |
| Windows | ✅ | ✅ |
| macOS | ✅ | ✅ |
| iOS | ✅ | ✅ |