Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

A place where you can keep others updated about your NES-related projects through screenshots, videos or information in general.
bootlegbastard
Posts: 2
Joined: Sat Nov 22, 2025 9:45 am

Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by bootlegbastard »

I was thinking about the subject today and wanted to know if someone has done it yet.
Pokun
Posts: 3476
Joined: Tue May 28, 2013 5:49 am
Location: Hokkaido, Japan

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by Pokun »

Maybe not really a 3D-effect but F-Theta simulates very impressive background rotation.
There are also some threads about raycasting, like this one.
Fiskbit
Site Admin
Posts: 1396
Joined: Sat Nov 18, 2017 9:15 pm

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by Fiskbit »

There's a very impressive Super Mario Kart demo here.
Pokun
Posts: 3476
Joined: Tue May 28, 2013 5:49 am
Location: Hokkaido, Japan

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by Pokun »

matthughson wrote: Tue Nov 25, 2025 7:24 pm F-FF by Pubby: https://pubby.games/fff.html
Oh I really like that one! Has a feeling of mode 7, much better control than any commercial pseudo-3D game on the system only with blockier graphics.
bootlegbastard
Posts: 2
Joined: Sat Nov 22, 2025 9:45 am

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by bootlegbastard »

Those are pretty cool! Has anyone ever done anything cool with realistic physics?
Pokun
Posts: 3476
Joined: Tue May 28, 2013 5:49 am
Location: Hokkaido, Japan

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by Pokun »

Something like Lunar Lander which uses classical Newtonian mechanics is easy enough on even older hardware and is probably used in many games. Games like SMB uses a modified variant which isn't realistic at all but fun to play.

Using realistic physics can require powerful hardware pretty fast, so games takes a lot of shortcuts focusing on what looks good enough.


I've long been thinking of making a fishing game with somewhat realistic fishing line physics which is supposedly basically 1D cloth simulation. But I have no idea if cloth simulation is too complicated for the NES. I've checked up on it a little but it uses Euler integration and verlet integration which I'm not sure how would be done on NES.
User avatar
nesrocks
Posts: 603
Joined: Thu Aug 13, 2015 4:40 pm
Location: Rio de Janeiro - Brazil

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by nesrocks »

I wonder what it would look like to have the track walls be made of evenly spaced (in the 3d space) sprites. Most of the sprite CHR would just be different zoom levels for the "buoys" for it to look smooth, but I guess you could replicate some of F-Zero that way. Perhaps even with one or two opponent racers.

You could have a background with passing lines using raster to match the speed somewhat. Not perfect, but I think it could look very good.
saxe83
Posts: 2
Joined: Sun Nov 30, 2025 8:13 pm

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by saxe83 »

User avatar
tokumaru
Posts: 12672
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Does anyone know any examples of games/projects with “3D”/Mode 7-like graphics?

Post by tokumaru »

I've never been a fan of the "Axelay stretch" (which often gets mistaken for mode 7 just for being on the SNES). I don't know, the effect just isn't convincing enough without any horizontal scaling, it's a little disorienting.

Not to take anything away from the NES game, of course! It's pretty impressive that they got the effect to work on the NES just as well as on the SNES!