day 1 - I have a river!
This is actually a 3D mesh loaded from a 3D model, and drawn with a shader. Yes really :P

There's also very complex vector and camera code now allowing me to rotate and scroll - whether I'll actually need that later or not. I even just learned that Python 3 has an @ operator - I'll need to use a cross product somewhere now!
(log in to comment)
Comments
As soon as I saw the screenie I thought to myself, "that's definitely a 3D mesh loaded from a 3D model, and drawn with a shader". I mean, what else could it be..?
:-P
Great work!