Notarin / hayabusa

Hayabusa is a swift rust fetch program.
Other
40 stars 3 forks source link

how to use gifs? #21

Closed EuSoJao closed 2 months ago

Notarin commented 2 months ago

Apologies for the delay, you cannot use gifs, the only way for a program to render a gif is for it to continue running, it must stay active and render each frame itself. This clashes with the very idea of hayabusa itself, one of its largest staples is that it finishes its work immediately, usually in under 2ms. This means I would only be able to render frames for those two milliseconds, which entirely defeats the purpose of a GIF. This is a limitation of the kitty rendering API, there is nothing I can do about it.