{"id":27360622,"url":"https://github.com/maotovisk/mapwizard","last_synced_at":"2026-04-02T14:54:22.705Z","repository":{"id":263607419,"uuid":"779857154","full_name":"maotovisk/MapWizard","owner":"maotovisk","description":"A toolset of utilities for osu! standard mappers","archived":false,"fork":false,"pushed_at":"2026-03-27T07:40:57.000Z","size":18229,"stargazers_count":11,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-27T19:31:14.188Z","etag":null,"topics":["avalonia","beatmap","copier","csharp","dotnet","hitsound","manager","mapping","metada","osu"],"latest_commit_sha":null,"homepage":"https://mapwizard.maot.dev","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maotovisk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-31T01:10:05.000Z","updated_at":"2026-03-27T07:39:05.000Z","dependencies_parsed_at":"2024-11-19T13:39:28.750Z","dependency_job_id":"099c5df3-233a-4366-9055-8144f4e45695","html_url":"https://github.com/maotovisk/MapWizard","commit_stats":null,"previous_names":["maotovisk/mapwizard"],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/maotovisk/MapWizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maotovisk%2FMapWizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maotovisk%2FMapWizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maotovisk%2FMapWizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maotovisk%2FMapWizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maotovisk","download_url":"https://codeload.github.com/maotovisk/MapWizard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maotovisk%2FMapWizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avalonia","beatmap","copier","csharp","dotnet","hitsound","manager","mapping","metada","osu"],"created_at":"2025-04-13T01:09:11.117Z","updated_at":"2026-04-02T14:54:22.685Z","avatar_url":"https://github.com/maotovisk.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MapWizard\n\nCross-platform osu! beatmap utility suite built with C#/.NET 10 and Avalonia.\n\n[![GitHub release](https://img.shields.io/github/v/release/maotovisk/MapWizard?style=flat-square)](https://github.com/maotovisk/MapWizard/releases)\n![Platforms](https://img.shields.io/badge/platforms-Windows%20%7C%20Linux%20%7C%20macOS-blue?style=flat-square)\n![Framework](https://img.shields.io/badge/.NET-10.0-blueviolet?style=flat-square)\n[![Repo](https://img.shields.io/badge/GitHub-maotovisk%2FMapWizard-black?style=flat-square)](https://github.com/maotovisk/MapWizard)\n\n## Current Features\n\n- HitSound Copier\n- Metadata Manager\n- Combo Colour Studio\n- Map Picker\n- Theme/settings management\n- Update stream + updater integration\n\n## Projects\n\n- `MapWizard.Desktop`: Avalonia desktop app.\n- `MapWizard.Tools`: core tooling logic.\n- `MapWizard.Tests`: test suite.\n\n## Requirements\n\n- .NET SDK `10.0.0` or later (see `global.json`).\n- Velopack CLI (`vpk`) for release packaging.\n\n## Run from Source\n\n```bash\ngit clone https://github.com/maotovisk/MapWizard.git\ncd MapWizard\ndotnet restore\ndotnet build\ndotnet run --project MapWizard.Desktop\n```\n\nOptional software rendering fallback:\n\n```bash\ndotnet run --project MapWizard.Desktop -- --software-rendering\n```\n\nOr:\n\n```bash\nMAPWIZARD_FORCE_SOFTWARE_RENDERING=1 dotnet run --project MapWizard.Desktop\n```\n\n## Tests\n\n```bash\ndotnet test MapWizard.Tests/MapWizard.Tests.csproj\n```\n\n## Release Builds\n\nPackaging scripts are in `MapWizard.Desktop/`:\n\n- `build-linux.sh`\n- `build-osx.sh`\n- `build-win.sh`\n- `build-win.bat`\n\n## Config and Data Paths\n\nSettings file: `MainSettings.ini`\n\n- Windows: `%APPDATA%\\MapWizard\\MainSettings.ini`\n- macOS: `~/Library/Application Support/MapWizard/MainSettings.ini`\n- Linux: `$XDG_CONFIG_HOME/MapWizard/MainSettings.ini` (fallback: `~/.config/MapWizard/MainSettings.ini`)\n\nCombo Colour Studio local projects:\n\n- Windows: `%APPDATA%\\MapWizard\\ComboColourStudio\\projects.json`\n- macOS: `~/Library/Application Support/MapWizard/ComboColourStudio/projects.json`\n- Linux: `$XDG_DATA_HOME/MapWizard/ComboColourStudio/projects.json` (fallback: `~/.local/share/MapWizard/ComboColourStudio/projects.json`)\n\n## Credits\n\n- [OliBomby's Mapping Tools](https://github.com/olibomby/mapping_tools) for inspiration.\n- The original [Map Wizard](https://github.com/maotovisk/map-wizard) (Tauri/Svelte implementation).\n- [osu! file format docs](https://osu.ppy.sh/help/wiki/osu!_File_Formats).\n- [ppy/osu](https://github.com/ppy/osu) for reference.\n- [OsuMemoryDataProvider](https://github.com/Piotrekol/ProcessMemoryDataFinder) (Windows memory reader dependency).\n- [hwsmm/cosutrainer](https://github.com/hwsmm/cosutrainer) for Linux osu! memory reading reference.\n\n## Contributing\n\nIssues and pull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaotovisk%2Fmapwizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaotovisk%2Fmapwizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaotovisk%2Fmapwizard/lists"}