python-sfml
python-sfml copied to clipboard
threading issue
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.