enimator

2020.3.13 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i enimator

Weekly Downloads

13

Version

2020.3.13

License

MIT

Unpacked Size

22.7 kB

Total Files

10

Last publish

Collaborators

  • erikwdev