Implement world viewer with support for OBJ worlds

This commit is contained in:
2025-02-16 15:55:21 -05:00
parent f7cf960b62
commit cfc08032e6
11 changed files with 497 additions and 60 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use egui::{Context, ViewportBuilder, ViewportId};
pub use game::GameWindow;
pub use gdb::GdbServerWindow;
pub use input::InputWindow;
pub use vram::{BgMapWindow, CharacterDataWindow, ObjectWindow};
pub use vram::{BgMapWindow, CharacterDataWindow, ObjectWindow, WorldWindow};
use winit::event::KeyEvent;
use crate::emulator::SimId;