Ole Kröger

Results 325 comments of Ole Kröger

This has to be installed: https://github.com/JuliaComputing/Registrator.jl#install-registrator I just checked and it is for all repos of this organization. Then you need to make sure that the Project.toml is correct (has...

Thanks for opening up the issue @agerlach . I didn't know about the gif player plugin in vs code. This can be quite helpful. I agree that it makes sense...

Yes I think that makes sense. Having the functionality for all shapes shouldn't be too complicated as well. We probably want to restructure some parts to avoid writing the same...

We might want to have a vector of those convenience methods in the future. That way we could say `[JCircle(O,50;action=:clip), JImage(filename, width, height)]`

Thanks for the detailed comment. It's possible to output svg from Luxor. We have this planned for quite soon but are both on vacation the following week. Saving svgs instead...

Sorry for the confusion. Maybe I didn't fully understand your second point in your first comment. Which file format would be produce in the end? My idea was to output...

Thanks for opening the issue. What I can see in the nearer future is the following: We can directly display the current frame in a window instead of saving it...

Hi @freemin7 , it's unfortunately not yet live streaming see #345 The animation is getting rendered before it is sent to obs. As it's sent as a gif such that...

I would phrase the comment by @TheCedarPrince a bit differently about the interactive demo. It is only possible in the sense that you can change your code and render it...

It might actually be wise to run the rendering in the background once as some animations i.e morphing needs that the first frame of morphing is called first to do...