python-sfml icon indicating copy to clipboard operation
python-sfml copied to clipboard

threading issue

Open screwer opened this issue 7 years ago • 0 comments

Standart cycle clear/draw/display decreases threading perfomance about 1000 times. Waiting inside 'display' prevents python from executing another threads. Simple reproduce/workaround is to add 'time.sleep(1/60)' anywhere in loop.

screwer avatar Mar 29 '17 04:03 screwer