Forgive me if this is an old topic but I am curious to know what sort of talk there has been from Hyperion about support for Hardware 3D cards. This is important because given that Amiga has SDL support and will have Mesa Support it makes it Ideal to port some 3D games from linux. How ever, Mesa by default will use software 3d rendering which is not so nice.
I hear that OS4 will support NVida and ATI cards but to what level of functionality. Will it go beyond 2D?
Porting 3D games from Linux is not so unrealistic because the SDL API allows a games programer to use fairly generic code with out too much need to use OS specific API's and Libraries. For example, UT2k3 was ported from Linux to MacOS because it used OpenGl and SDL ( on the linux version ) which is common on most platforms, and with realtive ease.
SDL is good because it deals with fast access to the GFX card, sound, threading and input such as Joysticks and mice with out the need to code specifically for the OS. Does any one else see the possibilities of where I am going with this?