Simple Frame Animation

The-Nice-One

A Julia package for managing animations based on frame data.

This project started as an exploration into Julia syntax and language design. In particular the multiple dispatch paradigm is extensively used to create methods which operate on different types- such as the Animation and AnimationCollection types introduced by this package. Additionally, this package uses interfaces to integrate with the Julia syntax by defining methods such as setindex! and getindex. Animation and AnimationCollection are also generic structs which allow integration for any type of data.

A Playground Project showcasing the usage of this package will be available soon.

This package is not published to the Julia General Registry. You must install this package via the git url and set the correct subdir:

using Pkg
Pkg.add(url="https://github.com/The-Nice-One/PlaygroundProjects", subdir="Libraries/SimpleFrameAnimation")

As with all other projects in this playground, the license is CC BY-NC.
CC BY-SA 4.0 The-Nice-One. Last modified: August 31, 2025. Website built with Franklin.jl and the Julia programming language. See credits.