Skip to content

Export videos and gifs directly from Processing with a single line of code.

Notifications You must be signed in to change notification settings

creative-coding-with-processing/gifs-from-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gifs from Processing

Export videos and gifs directly from Processing with a single line of code.

Just drag/add one of the files to your sketch and call the export-function.

//gif(frames);
gif(100);

//gif(frames,modulo);
gif(100,2);

//video(frames);
video(100);

About

Export videos and gifs directly from Processing with a single line of code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published