Comment on The Sega Dreamcast
Eccitaze@yiffit.net 6 months agoNobody wanted to develop for it because it had an insanely complex architecture (3x 32-bit processors and dual CPUs that shared a bus and couldn’t access RAM at the same time), and developers in the 90s were unaccustomed to multi-core programming. It also used quadrilaterals for the baseline polygon instead of triangles. All this was made worse by poor development tools around launch, leaving most coders stuck using raw assembly language until Sega wrote custom libraries.
Sega also never really had a killer app for it like Mario 64 was for the N64, or FF7 was for the PlayStation. They were developing a game called Sonic XTreme, but it wound up getting canceled.
Leate_Wonceslace@lemmy.dbzer0.com 6 months ago
The weirdest part about this to me, as a mathematician with limited programming experience, is the idea of using quadrilaterals instead of triangles. You can make any polygon out of triangles, but the same absolutely cannot be said of quadrilaterals. Why would anyone do that?
Eccitaze@yiffit.net 6 months ago
I’m no game designer or coder so I’m just going off what I read on Wikipedia, but… Apparently the Saturn was a mostly 2D focused system, so it had a processor that could do warping and manipulation of sprites. So when it drew a “polygon” it was really drawing together a bunch of sprites and manipulating them.
…yeah.