Reorganize code layout
- 主要言語
- 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 はまだ評価されていません。