Re: Animations in LC

2025-06-17 Thread Andreas Bergendal via use-livecode
Hi Klaus, It would indeed be nice to have APNG supported in the image object. In the meantime, one workaround would be to render APNGs in the browser widget. I threw together a small example here: https://wheninspace.com/test/apng/ (Incidentally also proving that it works smoothly as web deployme

Re: Animations in LC

2025-06-17 Thread harrison--- via use-livecode
Hi Klaus, While you are at it, please ask them whatever happened to our compiler that we paid for and never received! The compiler would have helped to speed up things so we could make better animations and games. I have been tapping my foot for years for that. Maybe we should receive a a full re

Re: Animations in LC

2025-06-17 Thread harrison--- via use-livecode
Hi Klaus, While you are at it, please ask them whatever happened to our compiler that we paid for and never received! The compiler would have helped to speed up things so we could make better animations and games. I have been tapping my foot for years for that. Maybe we should receive a a full re

Choosing a vps hosting with GPU

2025-06-17 Thread jbv via use-livecode
Hi list, I have just finalized an app that will process a lot of text and images through AI models, with a main loop running for days (or even weeks) that will send ten of thousands of API requests to Ollama and/or Llama.cpp, and feed the returned data into various DBs. I have made numerous test

Animations in LC

2025-06-17 Thread Klaus major-k via use-livecode
Hi all, animations are LCs stepchild, except the (poor looking and outdated) animated GIF format, LC does not support any animation formats. FLASH is dead since a long time, some older LC devs may remember it. :-) I know there is an animated PNG image format and I'm about to add feature requ