21 lines
227 B
Markdown
21 lines
227 B
Markdown
## Dependencies
|
|
|
|
### Arch Linux (AUR)
|
|
|
|
```bash
|
|
paru -S --needed sdl3 wgpu-native
|
|
```
|
|
|
|
## TODO
|
|
|
|
### Core
|
|
- [x] Platform
|
|
- [x] Window
|
|
- [x] Device
|
|
- [x] Cache
|
|
- [ ] Renderer
|
|
- [ ] Hot Reloading
|
|
|
|
### Engine
|
|
- [ ] ClassDB
|
|
- [ ] UI
|