frame-by-frame
web
Build the animation on the web browser and beam it to be rendered in the cloud.
Built-in Charts, Transitions, Easings, Oscillators, Paths, Scenes and Flyovers.
Generate png file sequences, animated GIFs and mp4 in a breeze.
ABeamer is an open source project available in GitHub.
Build animations using SCSS and TypeScript or plain CSS and JavaScript.
New statistic plugin, New format plugin, Array operation functions, Firefox render server and scale parameter.
New datetime plugin, more core and colors functions, bug fixing and 'what is next'.
Making ABeamer smaller, delaying the start of teleportation, Internet presence and Distributed server render in 'What is next'.
Harmonization of the internet presence, reducing the dependence of npm, chrome server render font bug, and more.
# install abeamer (requires nodejs)
$ npm install -g abeamer
# learn how to configure puppeteer to use chrome instead of chromium
$ abeamer check
# install a render server (requires chrome web browser)
$ npm install -g puppeteer
# create a project
$ abeamer create my-project
# create a png file sequence
$ abeamer render my-project
# create an animated gif (requires imagemagick)
$ abeamer gif my-project
# create a .mp4 file (requires ffmpeg)
$ abeamer movie my-project