| |
DJ Space
Registered: Apr 2023 Posts: 18 |
PETSCII animation code
Hey everyone! So here is the deal. I made 12 frames of a petscii art that I would like to loop-animate in a PRG file that can also play a SID file along. Does anyone has written any ASM code that I could use to combine all together?
Thank you in advance. |
|
... 4 posts hidden. Click here to view all posts.... |
| |
CreaMD
Registered: Dec 2001 Posts: 3064 |
Quote: This tool could do it for you: https://lvllvl.com/c64/
Unfortunately the programmer (James) passed away just recently, it might not be online for long.
Link should be like this, and yes it's the right tool it seems. Can animate C64 screen frames. Coolness
https://lvllvl.com |
| |
chatGPZ
Registered: Dec 2001 Posts: 11433 |
The upcoming release of petconv (20190906) will do all this. If you want, send over all the files (screens and sid) and i will happily use them for testing and send back the .prg :) |
| |
Slajerek
Registered: May 2015 Posts: 63 |
Maybe a little bit offtopic, but I spoke some time ago with James (author of lvllvl.com) and asked him to add proper export with source code, and he kindly did that. Rest in peace, James.
I wonder if someone can grab whole web site to run it locally, James said it is JS with webassembly mixture, not sure about any backend code, thus might work. I am worried that the site will be down in next months if domain/servers are not paid. |
| |
goerp
Registered: Feb 2006 Posts: 21 |
A friend of James posted links to the source code of lvllvl on Twitter.
https://github.com/jaammees/lvllvl
Also its on itch.io so in assume this will be online for a while
https://jaammees.itch.io/lvllvl |
| |
Slajerek
Registered: May 2015 Posts: 63 |
Oh, nice. Thanks for these links goerp! |
| |
DJ Space
Registered: Apr 2023 Posts: 18 |
Thank you all for your responses. I checked out lvllvl but from what I saw I can't put a SID file with the animation. Unless I missed something. But it's a useful tool for sure. |
| |
Sander
Registered: Jan 2002 Posts: 499 |
![](http://sanderfocus.nl/wp-content/uploads/2024/03/lvllvl.png)
It's under 'export' / 'C64 PRG / D64', then you'll get this. |
| |
DJ Space
Registered: Apr 2023 Posts: 18 |
Quote: ![](http://sanderfocus.nl/wp-content/uploads/2024/03/lvllvl.png)
It's under 'export' / 'C64 PRG / D64', then you'll get this.
So I did missed something :D. Thanks Sander! This is awesome! |
| |
TheRyk
Registered: Mar 2009 Posts: 2320 |
I think enough people offered help already, and the tool(s) look promising.
However, in case of emergency, you could also PM me, as what I did for Worrior1 here Elite Font or Lobo here Eldorado ain't Rocket Science, and the few bytes of code ain't top secret either :)
Cheers
Ryk |
| |
DJ Space
Registered: Apr 2023 Posts: 18 |
Quote: I think enough people offered help already, and the tool(s) look promising.
However, in case of emergency, you could also PM me, as what I did for Worrior1 here Elite Font or Lobo here Eldorado ain't Rocket Science, and the few bytes of code ain't top secret either :)
Cheers
Ryk
That would also do the trick! Thanks Ryk! :D |
Previous - 1 | 2 - Next |