I would like to create a little game in which there would be some animation. To do this I would like to use Luxor. On the Luxor website there is a sample code but the problem is that it doesn’t run when I put it in Pluto (see picture below).
Could you please help me?
If you have Pluto errors, you can look in the terminal for some clues. But I think the way Pluto works can be surprising - I find I have to go back and evaluate other cells so that everything gets back in sync - it can be confusing sometimes …
Well, I’m not sure that I would describe it as a problem with the OS… What you want to do is to check the presence or absence of some other software (ffmpeg), and - if necessary - install said software. This depends very much on what your OS is, and your level of expertise.
I’ve just added the FFMPEG dependency to the current development version of Luxor.jl. If you access the new master version of the package it might work better for you. Perhaps you could take any problems to Github, so we can thrash out any further issues there…