ForNeVeR / O21

FOSS remake of U95, an old submarine arcade game from 1995.
MIT License
19 stars 9 forks source link

Music stops during resize #137

Closed ForNeVeR closed 2 weeks ago

ForNeVeR commented 1 year ago

Can we make it still play during game window resize?

Evgeny608799 commented 3 weeks ago

This issue linked with original Raylib library. Is doesent support drawing and audio during resize or move window (Event processing (PollEvents) stalls whenever the window is resized). It would be possible to solve this problem, but current version of Raylib_CsLo does not support risize callback. Issue

ForNeVeR commented 3 weeks ago

I wonder if we could start playing music in a separate thread (or even dispatcher) then.