jamesbowman / raytrace

Python raytracer
BSD 3-Clause "New" or "Revised" License
277 stars 56 forks source link

added animation ! #2

Open DanShai opened 7 years ago

DanShai commented 7 years ago

Hi I used kivy to animate the scene! I changed bit your code. feel free to test https://github.com/DanShai/kivy_ray_tracing.git

jamesbowman commented 7 years ago

Wow! Which platforms have you tried this on?

DanShai commented 7 years ago

I use linux but kivy is an open source graphical python library/framework whiich works in all platforms even android or iOs :) https://kivy.org/ or github : https://github.com/kivy/kivy . I still need to use python multiprocessing maybe if I divide portion of screen among the processors will make it even faster!