2026-07-28 21:10:52 +02:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
|
|
### Arch Linux (AUR)
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
paru -S --needed sdl3 wgpu-native
|
|
|
|
|
```
|
2026-07-28 21:45:33 +00:00
|
|
|
|
2026-07-30 12:39:08 +02:00
|
|
|
## Architecture
|
|
|
|
|
```bash
|
2026-08-04 12:21:52 +01:00
|
|
|
RenderData -> RenderPhase -> RenderGraph
|
|
|
|
|
Extract -> Prepare -> Queue -> Present
|
2026-07-30 12:39:08 +02:00
|
|
|
```
|
|
|
|
|
|
2026-07-28 21:45:33 +00:00
|
|
|
## TODO
|
2026-07-28 23:30:07 +01:00
|
|
|
|
|
|
|
|
### Core
|
2026-07-28 21:45:33 +00:00
|
|
|
- [x] Platform
|
|
|
|
|
- [x] Window
|
|
|
|
|
- [x] Device
|
|
|
|
|
- [x] Cache
|
2026-08-04 12:21:52 +01:00
|
|
|
- [x] RenderGraph
|
2026-07-29 01:15:31 +01:00
|
|
|
- [ ] Hot Reloading
|
2026-07-28 23:30:07 +01:00
|
|
|
|
|
|
|
|
### Engine
|
|
|
|
|
- [ ] ClassDB
|
|
|
|
|
- [ ] UI
|
2026-07-30 12:39:08 +02:00
|
|
|
|
|
|
|
|
### Structure
|
|
|
|
|
- [ ] Assets Manager | Prob generic Assets(T) tho
|