Another 32X demo

Announce (tech) demos or games releases

Moderator: Mask of Destiny

Post Reply
mic_
Very interested
Posts: 265
Joined: Tue Aug 12, 2008 12:26 pm
Location: Sweden
Contact:

Another 32X demo

Post by mic_ » Mon Sep 22, 2008 2:24 pm

There isn't exactly a huge amount of demos with source code available for the 32X, so I wrote another one.

This one is written in C and uses the main SH2 only to draw some colorful patterns in paletted mode.

Image

Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie » Mon Sep 22, 2008 4:49 pm

Psycho :D
5 line code, absolute great result... Nice job :D

Would SH2 asm be a lot faster than C for those kind of things?

mic_
Very interested
Posts: 265
Joined: Tue Aug 12, 2008 12:26 pm
Location: Sweden
Contact:

Post by mic_ » Mon Sep 22, 2008 5:02 pm

I haven't looked at the assembly it generates for this one, but I bet you can optimize away quite a lot of the code. I'm not sure if it'd be faster though - just that it'd be smaller (which doesn't matter much since the 32X header is 2kB and the code is like half of that).

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Mon Sep 22, 2008 5:19 pm

Pretty nice stuff !!! I guess you are/were some democoder ?
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

mic_
Very interested
Posts: 265
Joined: Tue Aug 12, 2008 12:26 pm
Location: Sweden
Contact:

Post by mic_ » Mon Sep 22, 2008 5:48 pm

Not really. Unless you count writing some 256-byte demos for DOS.

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Mon Sep 22, 2008 6:43 pm

I see lot of effects stuff on your site and it made me think so... I once experimented with logic operators and rainbow colored palette and got pretty looking stuff, but its pretty lame compared to what you've done :)
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

mic_
Very interested
Posts: 265
Joined: Tue Aug 12, 2008 12:26 pm
Location: Sweden
Contact:

Post by mic_ » Mon Sep 29, 2008 3:56 pm

I wrote another little demo for the 32X.

Image

As you can see it's a very basic 3D demo with a single cube over a gradient background. The code could probably be optimized better, and there's no backface culling, but the point was to keep it simple. The source code is included in the zip.

Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie » Mon Sep 29, 2008 5:33 pm

Haha, seeing a flat polygon is always great.... great memories.
What's great is that it puts your own imagination at work :D

Here, i see a sort of outrun game, sunset, and a very monochromatic racing game, with black road & lamp pillars around... And just some red details, like shines on the cars and on the road metal borders...
Nothing, just a plain hispeed road moving on top of a black polygonic city!!!

Image
Like that, but polygons!

hah, thx for this demo :'(

AamirM
Very interested
Posts: 472
Joined: Mon Feb 18, 2008 8:23 am
Contact:

Post by AamirM » Tue Sep 30, 2008 4:28 pm

Hi,

Nice work!!! Any possibility of a NES or SMS emulator for 32x?? :D

stay safe,

AamirM

mic_
Very interested
Posts: 265
Joined: Tue Aug 12, 2008 12:26 pm
Location: Sweden
Contact:

Post by mic_ » Tue Sep 30, 2008 5:08 pm

Any possibility of a NES or SMS emulator for 32x??
Maybe if vbt starts working on one.

AamirM
Very interested
Posts: 472
Joined: Mon Feb 18, 2008 8:23 am
Contact:

Post by AamirM » Wed Oct 01, 2008 5:01 pm

Hi,

If C compiler is good enough, you might want to try and port NESCore. That should'nt be too hard.

stay safe,

AamirM

tinctu
Very interested
Posts: 97
Joined: Tue Oct 30, 2007 8:28 pm

Post by tinctu » Sat Oct 18, 2008 9:30 pm

Woow 32X demoscene is reborn thats really awesome ! :D
I thing 32X is cool platform for 3D demos...
And nice demos _mic thanx

Post Reply