Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

Raven. A homemade Atari-like computer

A homemade Atari-like computer based on 68060 and various Atari ST like peripherals
mikro
Posts: 826
Joined: Mon Aug 28, 2017 11:22 pm
Location: Kosice, Slovakia
Contact:

Re: Raven. A homemade Atari-like computer

Post by mikro »

agranlund wrote: Sun Nov 24, 2024 10:42 pmPoking directly at the videocard like it's the 1990's.
It's not pretty going behind the drivers back but for fullscreen exclusive things I regret nothing :lol:
That videomode is a must-have for me :)
Not only for you. ;) Maybe try to contact "Idek Tramielski" on AF, whether he couldn't include that code into the drivers?
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

Oldskool wrote: Mon Nov 25, 2024 7:40 am Pretty cool indeed what you can do with a Mach card:
His videos are great stuff indeed!
I'm pretty sure the Nova driver is taking good advantage of the Mach32 accelerants for VDI calls since it's so very fast.
For hardware triangles in something like a game or demo I suspect it might make sense to do it on a low level to avoid potential VDI overhead?

But I think what I most would really like to get a chance to experiment with is using the et4000/w32i blitter in game scenarios.
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

mikro wrote: Mon Nov 25, 2024 10:46 am Not only for you. ;) Maybe try to contact "Idek Tramielski" on AF, whether he couldn't include that code into the drivers?
That's a great idea! I'll do that once it's more presentable and cleaned up.
mikro
Posts: 826
Joined: Mon Aug 28, 2017 11:22 pm
Location: Kosice, Slovakia
Contact:

Re: Raven. A homemade Atari-like computer

Post by mikro »

agranlund wrote: Mon Nov 25, 2024 12:50 pmFor hardware triangles in something like a game or demo I suspect it might make sense to do it on a low level to avoid potential VDI overhead?

But I think what I most would really like to get a chance to experiment with is using the et4000/w32i blitter in game scenarios.
Yes, this would be great, wouldn't it. For me, from a game/demo making point of view, the biggest issue with those cards is that we don't have any API (well, except VDI...) to make them shine. OpenGL is for 3D, VDI is for desktop stuff (and uses maybe 10% of the card's capabilities) so we would need to steal something from ancient Linux/Unix world or invent something on our own (and hope that it would be attractive enough for others to use). The latter was tried by Didier but it didn't end very well.
peters
Posts: 238
Joined: Sat Feb 25, 2023 8:44 pm

Re: Raven. A homemade Atari-like computer

Post by peters »

There's some chat about 3d gfx in the vampire/Atari discord channel.
Oldskool
Posts: 282
Joined: Mon Jun 29, 2020 12:23 pm

Re: Raven. A homemade Atari-like computer

Post by Oldskool »

All this talk about fancy pancy graphics acceleration and 3d these young kids nowadays want. In my time…..
Although it would be nice to see this 3D Raven on a Raven if we are talking demos.
But that’s probably more a sound xbios thingie holding mikro back.
IMG_1810.jpeg
IMG_1810.jpeg (7.79 KiB) Viewed 747 times
mikro
Posts: 826
Joined: Mon Aug 28, 2017 11:22 pm
Location: Kosice, Slovakia
Contact:

Re: Raven. A homemade Atari-like computer

Post by mikro »

There's nothing technical which would prevent this demo from working except the requirement of having 50 Hz screen refresh rate (yup, Amiga coders still sync their demos to VBL interrupt). It's true that I'd need to make a new build (remove C2P, perhaps create a custom video init) but that's not a showstopper.

Btw, if I had to port that demo today, I would have built it around SDL and it would work immediately (well, except the refresh rate issue) on every Atari clone.
User avatar
danboid
Posts: 127
Joined: Thu Jul 18, 2024 7:25 pm

Re: Raven. A homemade Atari-like computer

Post by danboid »

mikro wrote: Mon Nov 25, 2024 2:14 pm
agranlund wrote: Mon Nov 25, 2024 12:50 pmFor hardware triangles in something like a game or demo I suspect it might make sense to do it on a low level to avoid potential VDI overhead?

But I think what I most would really like to get a chance to experiment with is using the et4000/w32i blitter in game scenarios.
Yes, this would be great, wouldn't it. For me, from a game/demo making point of view, the biggest issue with those cards is that we don't have any API (well, except VDI...) to make them shine. OpenGL is for 3D, VDI is for desktop stuff (and uses maybe 10% of the card's capabilities) so we would need to steal something from ancient Linux/Unix world or invent something on our own (and hope that it would be attractive enough for others to use). The latter was tried by Didier but it didn't end very well.
Isn't there already a TOS or MiNT port of SDL? I think so although my ST can't run it so I've not tried it.

Adding support for the best supported Raven compat card to (a fork of) SDL2 maybe? I'm not so sure upstream would want to integrate such niche retro hardware but surely SDL2 would bring the largest amount of open source software to the Raven above anything else out there?
The 'Uzebox Omega is a fully open source games console that you can build in a weekend, even with no previous electronics experience:

https://uzebox.org/wiki/Omega
User avatar
danboid
Posts: 127
Joined: Thu Jul 18, 2024 7:25 pm

Re: Raven. A homemade Atari-like computer

Post by danboid »

If not SDL, how about adding Raven support to raylib?

https://www.raylib.com/

https://github.com/raysan5/raylib
The 'Uzebox Omega is a fully open source games console that you can build in a weekend, even with no previous electronics experience:

https://uzebox.org/wiki/Omega
Oldskool
Posts: 282
Joined: Mon Jun 29, 2020 12:23 pm

Re: Raven. A homemade Atari-like computer

Post by Oldskool »

@danboid
Yep:

https://github.com/libsdl-org/SDL-1.2/b ... EADME.MiNT

The Mikro guy knows all about it :)
Post Reply

Return to “RAVEN 060 - A homemade Atari-like computer”