Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 370 Bytes

TODO.md

File metadata and controls

9 lines (6 loc) · 370 Bytes

TODO.md

This is an evolving list of things I need to remind myself to complete or revisit before I consider the project stable

Thread Safety

  • SDL_AudioCallback inside SDL3::AudioSpec (see eg/play_sound.pl for test)
  • SDL_AddCallback tips over when event loop triggers it; works inside SDL_Delay( ... ) so don't be fooled
  • SDL2_gfx