Jump to content
IGNORED

Video streaming on Lynx


kezax

Recommended Posts

13 hours ago, kezax said:

Hello, I was watching this Lynx Taxi Movie Demo on atarigamer today. How is this working ? Is it streaming data from the cartridge and uncompressing on the fly ? Also it needs to stream some audio sample. Seems really outstanding performance for the Lynx :D 

real time raytracing.

  • Haha 2
Link to comment
Share on other sites

3 hours ago, sage said:

https://atarigamer.com/lynx/game/BadApple/677310778

 

is more impressive ;-) as it takes longer than 3 seconds

ooohhhh !!! you should have presented this at SV party. I remember how people were reacting when seeing again another version of Bad Apple on again another platform, and not knowing anymore how they  should react 😂😂😂. Was quite funny !

 

Link to comment
Share on other sites

5 hours ago, kezax said:

ooohhhh !!! you should have presented this at SV party. I remember how people were reacting when seeing again another version of Bad Apple on again another platform, and not knowing anymore how they  should react 😂😂😂. Was quite funny !

 

I have not been at the SV party. And it was release already a while ago.

Link to comment
Share on other sites

On 10/16/2022 at 10:50 AM, marss said:

And how does it work?

Somehow like this?

MOVE screen,ptr
ldy #SCREENSIZE/256
.loop
   lda #0
   stx
.loopx
     jsr ReadByte
      sta ptr,x
      inx
   bne .loop
   inc ptr+1
   dey
bra .loop

 

For BadApple, a bit more complicated as the data is packed as sprites. thus reading and stream unpacking thread plus sprite engine plus music.

I think the source is on github.

Edited by sage
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...