Python implementation of Raymarching rendering methods. Made for Scientific python course. This project fully writen on python with use of Numba and Cuda technology for parallelization on GPU. Project also use pygame for realtime visualization and matplotlib for gif creation.
To make project work you need have GPU with cuda instaled You also need install all pakages with:pip install -r ./requiremts
And then you can start pygame example with
python ./main_pygame.py
Or create gif with
python ./main_gif.py



