Keishiki/TODO.md

18 lines
463 B
Markdown
Raw Normal View History

2024-05-22 09:07:17 -04:00
## Compositor
2024-05-25 09:06:43 -04:00
- Manage Samplers -- (Resources in general)
2024-05-22 09:07:17 -04:00
- Data model for comps
2024-05-23 03:18:24 -04:00
- Dump and read back state, (de)serialization!!!
2024-05-24 05:05:23 -04:00
- std::unordered_map -> std::flat_map pending compiler support
2024-05-22 09:07:17 -04:00
## UI
- Sequencer timeline init
- Viewport Gizmos (https://github.com/CedricGuillemet/ImGuizmo)
- Shader nodes (https://github.com/CedricGuillemet/ImGuizmo)
## Audio
2024-05-24 05:05:23 -04:00
- Wait for SDL3!
2024-05-22 09:07:17 -04:00
## IO
- Video import (research opencv libavcodec etc)
2024-05-25 09:06:43 -04:00
- File dialogues pending SDL3