Rotating BIG sprites

Discussion of hardware and software development for Super NES and Super Famicom.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
User avatar
Sumez
Posts: 919
Joined: Thu Sep 15, 2016 6:29 am
Location: Denmark (PAL)

Re: Rotating BIG sprites

Post by Sumez »

Espozo wrote:
UnDisbeliever wrote:I can barely see the tearing on my PAL SNES+CRT TV.
"It looks a lot better after it's been blurred out." :lol:
Three words: R, G and B.
User avatar
TmEE
Posts: 790
Joined: Wed Feb 13, 2008 9:10 am
Location: Estonia, Rapla city (50 and 60Hz compatible :P)
Contact:

Re: Rotating BIG sprites

Post by TmEE »

RGB from SNES is kinda blurry, due to what seems like the DACs only being able to source current (transitions toward 5V are straight lines but towards GND they're gradual). 1chips apparently fix that. Still way less blurry than composhit, and no dot crawl artifacts lol
psycopathicteen
Posts: 3001
Joined: Wed May 19, 2010 6:12 pm

Re: Rotating BIG sprites

Post by psycopathicteen »

Today I wasted time trying to make a double buffering system that start the next rotation frame directly after it gets done with the previous frame if it takes more than a frame to draw.

My big mistake was using a double buffer instead of a triple buffer.
:roll:
psycopathicteen
Posts: 3001
Joined: Wed May 19, 2010 6:12 pm

Re: Rotating BIG sprites

Post by psycopathicteen »

Now that I got it running at practically 60 fps, I think I'll add scaling into the mix, but I have to rearrange the format again just to apply it.
Stef
Posts: 259
Joined: Mon Jul 01, 2013 11:25 am

Re: Rotating BIG sprites

Post by Stef »

Do you have a ROM demo of this ? :)
psycopathicteen
Posts: 3001
Joined: Wed May 19, 2010 6:12 pm

Re: Rotating BIG sprites

Post by psycopathicteen »

Yeah
Attachments
Alisha's Adventure.zip
(106.81 KiB) Downloaded 137 times
Stef
Posts: 259
Joined: Mon Jul 01, 2013 11:25 am

Re: Rotating BIG sprites

Post by Stef »

Thanks, just tested :) Definitely impressive, i wonder if you will be able to get a full game from it at some point :)
User avatar
nicklausw
Posts: 376
Joined: Sat Jan 03, 2015 5:58 pm
Location: ...
Contact:

Re: Rotating BIG sprites

Post by nicklausw »

Looks great on bsnes, but black screen on hardware (3 attempts) and ZSNES.
User avatar
TOUKO
Posts: 305
Joined: Mon Mar 30, 2015 10:14 am

Re: Rotating BIG sprites

Post by TOUKO »

impressive, i think there is some hardware init problems, it works fine on snes9x, but the music works only after a reset .
If you let some foes coming to the most left side and kill them, there is no slow down even with sprite rotation.

@psycopathicteen: Do you rotate the entire sprite or only the alf and use mirroring for the other half ??
Last edited by TOUKO on Mon May 29, 2017 11:14 am, edited 1 time in total.
psycopathicteen
Posts: 3001
Joined: Wed May 19, 2010 6:12 pm

Re: Rotating BIG sprites

Post by psycopathicteen »

I rotate the entire sprite.

I do notice some framerate drop with the rotating sprite when I let enemies follow me back.
Post Reply