HackerPoet / PySpace

GLSL Fractal Ray Marcher in Python
MIT License
1.15k stars 147 forks source link

python2 crashes division by zero #20

Open ersteller opened 3 years ago

ersteller commented 3 years ago

time_rate = (clock.get_time() / 1000.0) / (1 / max_fps) ZeroDivisionError: float division by zero

I know python 3 would convert the right term to float but python 3.9 (on win10) is not loading numpy correctly: RuntimeError: The current Numpy installation ... fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

circl-lastname commented 3 years ago

You should try to update windows.