Skip to content

sujaldev/skia-animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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