Commit Graph
2 Commits
Author SHA1 Message Date
Dolobarsch 7b37143c01 feat: Add .gitignore to exclude Python cache files 2026-08-31 17:58:51 +02:00
Dolobarsch 911d210074 feat: Implement initial Sprite Editor application with basic UI components
- Added main application class `SpriteEditorApp` with layout setup.
- Created menu bar with placeholder options.
- Implemented `BottomToolbarView`, `LeftSidebarView`, `MainEditorView`, `RightSidebarView` with basic UI elements.
- Added dialog classes for `ExportSettingsDialog` and `FlipbookCreatorDialog` to manage export settings and flipbook creation.
- Introduced support for loading and displaying images in the flipbook creator.
- Established a structure for handling sprite sheet composition and preview rendering.
2026-08-31 17:53:13 +02:00