In Makie the gif syntax goes like
record(figure, filename, iterator) do i
...
end
I'm wondering if a PR that adds Makie support in an extension so I can do @showprogress record(...) would be accepted?
I would probably detect record in the macro and then call a makie_show_progress_record function that is defined in the extension.
In Makie the gif syntax goes like
I'm wondering if a PR that adds Makie support in an extension so I can do
@showprogress record(...)would be accepted?I would probably detect
recordin the macro and then call amakie_show_progress_recordfunction that is defined in the extension.