30 lines
417 B
Markdown
30 lines
417 B
Markdown
## Dependencies
|
|
|
|
### Arch Linux (AUR)
|
|
|
|
```bash
|
|
paru -S --needed sdl3 wgpu-native
|
|
```
|
|
|
|
## Architecture
|
|
```bash
|
|
RenderData -> RenderPhase -> RenderGraph
|
|
Extract -> Prepare -> Queue -> Present
|
|
```
|
|
|
|
## TODO
|
|
|
|
### Core
|
|
- [x] Platform
|
|
- [x] Window
|
|
- [x] Device
|
|
- [x] Cache
|
|
- [x] RenderGraph
|
|
- [ ] Hot Reloading
|
|
|
|
### Engine
|
|
- [ ] ClassDB
|
|
- [ ] UI
|
|
|
|
### Structure
|
|
- [ ] Assets Manager | Prob generic Assets(T) tho
|