qualiaa / pico8-easing

Common easing functions implemented with coroutines in PICO-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PICO-8 Easing

PICO-8 implementation of some common easing functions.

easing.webm.mov

Usage

Each easing function comes in three flavours: in, out and inout. These are referred to as ease.i, ease.o and ease.io. The full list of easing functions is in the video above.

TODO: usage example

About

Common easing functions implemented with coroutines in PICO-8


Languages

Language:Lua 100.0%