Skip to content

Commit

Permalink
Merge pull request #22 from maotovisk/dev
Browse files Browse the repository at this point in the history
Release 0.0.10
  • Loading branch information
maotovisk committed Jul 7, 2023
2 parents 663b1e6 + d6266a7 commit 2a4deca
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 137 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<p align="center"><img src="app-icon.png" alt="logo" width="200"/></p>

# MapWizard
# Map Wizard

<img align="right" src="https://github.com/maotovisk/map-wizard/assets/20617307/9f6e99dc-9d95-4413-b204-171ccf5bc5fd" alt="preview" width="400"/>
Cross-platfrom first tools for osu! standard beatmaps (for now) written in TypeScript, using tauri and osu!lazer's logic as the foundation. It was done so we could have a mapping toolset solution that was friendly to run on Linux without the need of third party tools (aka. wine and VMs).
Cross-platfrom-first tools for osu! standard beatmaps (for now) written in TypeScript, using tauri and osu!lazer's logic as the foundation. It was done so we could have a mapping toolset solution that was friendly to run on Linux without the need of third party tools (aka. wine and VMs).

<br/>
### Built with

- Tauri
- TypeScript
- [osu-parsers](https://github.com/kionell/osu-parsers)

## Tools

Expand All @@ -20,12 +23,6 @@ Cross-platfrom first tools for osu! standard beatmaps (for now) written in TypeS
- Fix some unnecessary greenlines being generated.
- Release to flathub.

### Built with

- Tauri
- TypeScript
- [osu-parsers](https://github.com/kionell/osu-parsers)

<br/>

## Running
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "map-wizard",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,10 +11,11 @@
"tauri": "tauri"
},
"dependencies": {
"@fontsource/noto-sans-jp": "^5.0.3",
"@fontsource/noto-sans-jp": "^5.0.4",
"@igor.dvlpr/normalized-string": "^1.0.1",
"@melloware/coloris": "^0.21.0",
"@tauri-apps/api": "^1.4.0",
"beercss": "^3.2.10",
"beercss": "^3.2.13",
"colorjoe": "^4.2.0",
"hex-rgb": "^5.0.0",
"material-dynamic-colors": "^0.1.7",
Expand All @@ -33,11 +34,11 @@
"smui-theme": "7.0.0-beta.12",
"svelte": "^3.59.2",
"svelte-awesome-color-picker": "^2.4.6",
"svelte-check": "^3.4.4",
"svelte-check": "^3.4.5",
"svelte-preprocess": "^5.0.4",
"svelte-routing": "^1.11.0",
"tslib": "^2.6.0",
"typescript": "^4.9.5",
"vite": "^4.3.9"
"vite": "^4.4.1"
}
}
Loading

0 comments on commit 2a4deca

Please sign in to comment.