Commit d3b1c88
committed
refactor: migrate log→tracing, add editor console/project, update CI
- Migrate entire workspace from log/env_logger to tracing/tracing-subscriber
- Rewrite EditorLogger as tracing_subscriber::Layer with MessageVisitor
- Add console panel with level filtering for editor GUI
- Add project management (create/open/save/import assets)
- Add cargo fmt check to CI workflow
- Update AGENTS.md dependencies and conventions1 parent 0db24dd commit d3b1c88
31 files changed
Lines changed: 1621 additions & 1356 deletions
File tree
- .github/workflows
- crates
- engine_core/src
- engine_editor
- src
- panels
- engine_render_sw
- src
- renderers
- tests
- docs
- plans
- specs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
222 | | - | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
243 | | - | |
| 243 | + | |
| 244 | + | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| |||
0 commit comments