Skip to content

Drawing an attractor in the programming language D [#dlang]

License

Notifications You must be signed in to change notification settings

openkoder/dlang_attractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dlang Attractor

Drawing an attractor in the programming language D [#dlang]

Attractor 1 Attractor 2

You can create a video from a set of images using the ffmpeg program.

Here is a working example of such code:

ffmpeg -f image2 -i frame_%04d.png -s 720x1280 -vcodec libx264 -preset slow -bf 0 -crf 18 -r 30 video_vo.mp4

About

Drawing an attractor in the programming language D [#dlang]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages