2020.3.13 • Published 4 years ago

enimator v2020.3.13

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

ENimator

ENimator (Erik + Animator) is a tool developed for me explicitly to help create animated videos programmatically.

Installation

npm install enimator

Usage

enimate exampleSketch.js

Options

enimate exampleSketch.js --no-preview
enimate exampleSketch.js --capture
enimate exampleSketch.js --capture --no-preview

Underlying Technology

This is briefly how ENimator works:

Everything is drawn to an HTML canvas rendered through puppeteer. Visuals are drawn with a self-developed high-level interface for p5.js together with chroma.js for color management, and anime.js for animation and interpolation.

The canvas is then, when rendering the finalized version, recorded through ccapture.js which makes sure that every single frame is rendered completely and saves every frame into an archived folder. Then, using ffmpeg, all the frames can be turned into a video.

License

See LICENSE.md

Dependencies

  • p5.js for canvas drawing
  • chroma.js for color management
  • anime.js for animation and interpolation
  • puppeteer for headless rendering of the canvas
  • ccapture.js for recording the canvas frame-by-frame
2020.3.13

4 years ago

2020.3.9

4 years ago

2020.3.11

4 years ago

2020.3.10

4 years ago

2020.3.12

4 years ago

2020.3.6

4 years ago

2020.3.5

4 years ago

2020.3.8

4 years ago

2020.3.7

4 years ago

2020.3.4

4 years ago

2020.3.3

4 years ago

3.2020.3

4 years ago

3.2020.2

4 years ago

3.2020.0

4 years ago

0.3.2020

4 years ago