On Friday, 6 February 2015 20:29:45 UTC-5, Kirill Ignatiev wrote:
>
> On Friday, 6 February 2015 12:47:41 UTC-5, Phil Tomson wrote:
>>
>> Say I want to do something like Boids simulation in Julia (
>> http://en.wikipedia.org/wiki/Boids), what packages are available to show 
>> the animations? These are easy(ish) things to do in Processing, but Julia 
>> is more capable mathematically and performance should be better. 
>>
>> I know there's the Images library, but is it amenable to doing animations?
>>
>
Also, you can just use Images to make images, save individual animation 
frames to files, then run something like ffmpeg to make a movie out of 
them. Same thing works with other plotting libraries like PyPlot that can 
save images to files.

Reply via email to