electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
142 stars 29 forks source link

Fog example #17

Closed chriscamacho closed 3 years ago

chriscamacho commented 3 years ago

I got my fog example working with your binding, I had to add a light and fake the orbital camera, just moving it in a circle, with stationary target

I'll tidy it up!

and do a PR!

Brill stuff this, nephews gonna love it!

chriscamacho commented 3 years ago

https://github.com/electronstudio/raylib-python-cffi/pull/18 working fog example split out the light system as both examples need it