We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Animations from first principles

Formal Metadata

Title
Animations from first principles
Title of Series
Number of Parts
56
Author
Contributors
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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!