Animations from first principles — Rodrigo Girão Serrão

Описание к видео Animations from first principles — Rodrigo Girão Serrão

[EuroPython 2024 — South Hall 2B on 2024-07-10]

Animations from first principles by Rodrigo Girão Serrão
https://ep2024.europython.eu/session/...

How do you create an animation?

What if you want to morph a circle into a figure eight?

As it turns out, all you need is two or three functions and a loop!

In this live-coded talk, we'll go over the basic concepts and code needed to create an animation _from first principles_.

Because the talk presents the ideas and the code from first principles, you will be able to take the key concepts and build your own animations after!

We'll start simple and build from there:

- How can you draw a circle if all you can do is colour single pixels?
- How can you animate the process of drawing a circle?
- How can you animate the process of drawing something other than a circle?
- How can you animate the process of morphing two figures?
- How do you add colour to your animations?

This visually appealing talk will show you all of the code without skipping a single line and by the time we're done you'll be jumping in your seat to create your own animations!


---
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/...

Комментарии

Информация по комментариям в разработке