Skip to content

Instantly share code, notes, and snippets.

@momorprods
momorprods / RayCast.py
Last active August 29, 2015 14:05
Raycasting renderer for Pythonista
# RayCast
# Simple raycasting based renderer
# Touch the left part to rotate, and touch the right part to move forward
# Coded in a few hours during my holidays, July 2014, straight from my iPhone - thanks Pythonista !!!
# Feel free to upgrade !
# Enjoy !
# Emmanuel ICART
# eicart@momorprods.com
from scene import *