Pistol Pete
Pistol Pete

Reputation: 1077

Kivy Blender Animation

I've got a blended ocean that I want to animate in a Kivy program. Are there other methods of producing the animation aside from getting a bunch of frames and then making a sequential image out of the frame?

Upvotes: 1

Views: 906

Answers (1)

kitti
kitti

Reputation: 14814

You probably need to just create an image animation sequence - either a series of PNGs or an animated GIF - and if the sequence is static, this is generally the best option anyway. However, you could look at tshirtman's ddd garden module, which handles 3d rendering in Kivy, and see if it does what you need.

Upvotes: 2

Related Questions