AadamZ5 / AadamZ5/chords

Reorganize code layout

オープン
#1 コメント 1 件 リアクション 0 件 担当者 1 名 @AadamZ5 が担当を希望しています GitHub で見る
enhancement
主要言語
Rust
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

The layout of the GUI project seems incorrect. We should layout all GUI-related structures under one project.

If we need to present different targets (wasm vs native vs bevy for example), those should just import the business logic app (and potentially modify feature-toggles) to compose the application for whatever target is desired.

We should have similar structure as is presented now, but with new responsibility.

- **`chord_map_egui`** - Hold the entirety of the common GUI application. *(Probably rename to just "chord_map")*
- **`chord_map_native`** - Bootstrap the common GUI application for native desktop using `eframe`.
- **`chord_map_wasm`** (example) - Bootstraps the common GUI application for a wasm-based deployment

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。