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
|
|
|
|
|
|
|
|
## 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-07-28 23:30:07 +01:00
|
|
|
- [ ] Renderer
|
|
|
|
|
|
|
|
|
|
### Engine
|
|
|
|
|
- [ ] ClassDB
|
|
|
|
|
- [ ] UI
|