Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 925 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 925 Bytes

Skia animations

Rendering stuff with skia for fun.

simple_cube.py output


There was some bug in the circle rendering (fixed now) which caused this cool animation:

rotatable_ring.py output


Sphere Wireframe (it's painfully slow to run, but looks nice):

sphere_wireframe.py output


Knight's Tour (also see video). Green box is the start, the grey boxes are the obstacles, blue box is the destination.

chess output

chess output