Graphic scrolling experiment for vic 20 on youtube

Discuss anything related to the VIC
Post Reply
User avatar
Ivanhoe76
Vic 20 Devotee
Posts: 200
Joined: Fri Sep 28, 2007 11:17 am
Location: Italy

Graphic scrolling experiment for vic 20 on youtube

Post by Ivanhoe76 »

Browsing youtube I found this two videos uploaded by a youtuber named Andy Mucho. Take a look at them, they seems really amazing since they're running on our little vic20.
https://youtu.be/8uMfB0Aj5k0
https://youtu.be/E_mHbmRduMg
No one should tolerate death and violence because tolerance will generate habit.
DarwinNE
Vic 20 Devotee
Posts: 231
Joined: Tue Sep 04, 2018 2:40 am
Website: http://davbucci.chez-alice.fr
Location: Grenoble - France

Re: Graphic scrolling experiment for vic 20 on youtube

Post by DarwinNE »

Interesting! If you are interested in sub-char scrolling of the VIC20, two years ago, I did some experiences on the vertical scrolling.

The result is Cavern Explorer: https://www.youtube.com/watch?v=JvhkRBfTAec
Download here: https://github.com/DarwinNE/vic20-cavern-exp/releases

With that technique you can scroll what you want, but you need to draw the screen sufficiently fast in the raster interval to avoid flickering.
User avatar
Ivanhoe76
Vic 20 Devotee
Posts: 200
Joined: Fri Sep 28, 2007 11:17 am
Location: Italy

Re: Graphic scrolling experiment for vic 20 on youtube

Post by Ivanhoe76 »

I played Cavern Explorer, a really good game with smooth scrolling and thrust effect, and yes I'm interested in vic scrolling but have no assembly experience to try something similar :oops: :oops: I only programmed simple basic games back in the days...
No one should tolerate death and violence because tolerance will generate habit.
User avatar
Noizer
Vic 20 Devotee
Posts: 297
Joined: Tue May 15, 2018 12:00 pm
Location: Europa

Re: Graphic scrolling experiment for vic 20 on youtube

Post by Noizer »

Ivanhoe76 wrote: Mon Sep 14, 2020 10:58 am I played Cavern Explorer, a really good game with smooth scrolling and thrust effect, and yes I'm interested in vic scrolling but have no assembly experience to try something similar :oops: :oops: I only programmed simple basic games back in the days...
The right opportunity to start with it! 👍
Valid rule today as earlier: 1 Byte = 8 Bits
-._/classes instead of masses\_.-
User avatar
Ivanhoe76
Vic 20 Devotee
Posts: 200
Joined: Fri Sep 28, 2007 11:17 am
Location: Italy

Re: Graphic scrolling experiment for vic 20 on youtube

Post by Ivanhoe76 »

I should take a look at the source code of Cavern Explorer to understand something more about scrol:lol: :lol:
No one should tolerate death and violence because tolerance will generate habit.
User avatar
beamrider
Vic 20 Scientist
Posts: 1452
Joined: Sun Oct 17, 2010 2:28 pm
Location: UK

Re: Graphic scrolling experiment for vic 20 on youtube

Post by beamrider »

Vertical pixel scrolling is fairly straight forward.

Horizontal or diagonal is the challenge. I think Cheese & Onion is the only game to have pulled it off so far. I got it working in my SuperMario demo but struggled to overlay sprites on top of it - I need to re-double my efforts this winter.
User avatar
Ivanhoe76
Vic 20 Devotee
Posts: 200
Joined: Fri Sep 28, 2007 11:17 am
Location: Italy

Re: Graphic scrolling experiment for vic 20 on youtube

Post by Ivanhoe76 »

You're right beamrider! Cheese and Onion is the only game that gets near to best platform games for other computers!
P.S.: Supermario demo???? :shock: :shock: :shock: :shock:
No one should tolerate death and violence because tolerance will generate habit.
tonyrocks
Vic 20 Hobbyist
Posts: 118
Joined: Mon Jan 04, 2016 10:17 pm
Website: http://www.tonyrocks.com
Location: Pittsburgh
Occupation: IBM Watson Engr

Re: Graphic scrolling experiment for vic 20 on youtube

Post by tonyrocks »

yes @beamrider! double your winter efforts please. I will send cookies to help fuel :)
User avatar
pixel
Vic 20 Scientist
Posts: 1357
Joined: Fri Feb 28, 2014 3:56 am
Website: http://hugbox.org/
Location: Berlin, Germany
Occupation: Pan–galactic shaman

Re: Graphic scrolling experiment for vic 20 on youtube

Post by pixel »

beamrider wrote: Mon Sep 14, 2020 11:26 am Vertical pixel scrolling is fairly straight forward.
Unless it's with single line resolution via hardware only. :mrgreen:
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
User avatar
beamrider
Vic 20 Scientist
Posts: 1452
Joined: Sun Oct 17, 2010 2:28 pm
Location: UK

Re: Graphic scrolling experiment for vic 20 on youtube

Post by beamrider »

Ivanhoe76 wrote: Wed Sep 16, 2020 7:04 am You're right beamrider! Cheese and Onion is the only game that gets near to best platform games for other computers!
P.S.: Supermario demo???? :shock: :shock: :shock: :shock:
this demo.

https://www.youtube.com/watch?v=ANJQ5tZ ... e=youtu.be

[It's perfectly smooth in real life on CRT, slight judder is from camera/youtube.]
User avatar
Ivanhoe76
Vic 20 Devotee
Posts: 200
Joined: Fri Sep 28, 2007 11:17 am
Location: Italy

Re: Graphic scrolling experiment for vic 20 on youtube

Post by Ivanhoe76 »

I've seen your youtube demo two days ago! It was reposted in vic20 group on facebook and it looks really amazing! Congratulations! it's something unbelievable if you think it's running on simple vic20!!!
No one should tolerate death and violence because tolerance will generate habit.
aeb
Vic 20 Amateur
Posts: 68
Joined: Sat Jun 19, 2004 2:06 pm

Re: Graphic scrolling experiment for vic 20 on youtube

Post by aeb »

pixel wrote: Thu Sep 17, 2020 5:14 am
beamrider wrote: Mon Sep 14, 2020 11:26 am Vertical pixel scrolling is fairly straight forward.
Unless it's with single line resolution via hardware only. :mrgreen:
Vuokatti (#3 MiniGame Compo 2004 1K series) is 1 pix vertical :) PAL only, though. Source link in youtube description
https://www.youtube.com/watch?v=GMOiS1QEKwY
User avatar
pixel
Vic 20 Scientist
Posts: 1357
Joined: Fri Feb 28, 2014 3:56 am
Website: http://hugbox.org/
Location: Berlin, Germany
Occupation: Pan–galactic shaman

Re: Graphic scrolling experiment for vic 20 on youtube

Post by pixel »

aeb wrote: Mon Sep 28, 2020 3:07 pm Vuokatti (#3 MiniGame Compo 2004 1K series) is 1 pix vertical :) PAL only, though. Source link in youtube description
https://www.youtube.com/watch?v=GMOiS1QEKwY
Thanks! (Did that already though. :))
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
Post Reply