Found: Glide 2.1.1 and 3 SDKs

Started by
10 comments, last by MatrixCubed 22 years, 12 months ago
3dfx graciously emailed me back with a site that makes available the different versions of the Glide SDK, help files, etc.: http://www.gamers-ammo.com/glide.html MatrixCubed
http://MatrixCubed.org
Advertisement
One Question, Why would anyone want to program glide now that 3dfx is dead?
------------------------------------------------------------I wrote the best video game ever, then I woke up...
... for the same reason anyone would program in GW-Basic, or Pascal, or even for Macintosh or Linux (*eg*) ... I''m sure there are enough people with 3dfx Voodoo cards that won''t replace them in the next year. Plus I feel like playing around with Glide, and possibly add support for its renderer in my game engine.




MatrixCubed
http://MatrixCubed.org






Eh, why put Basic and Pascal on the same level like that? While programming a serious game in Basic really isn''t practical, Pascal really isn''t any worse than C/C++. Nothing wrong with the language. Just because C was standardized on most OS''s before Pascal doesn''t mean it''s inferior.

Also, a good thing about Delphi (modern Pascal) is that you can compile the same code under Linux (with Kylix). That means if you do a game in Delphi using OpenGL you won''t need to do extra work of porting to Linux from Win32. And Mac support should be coming soon too Quite practical, I should say.

------------------------
CRAZY_DUSIK* pCrazyDuSiK;
pCrazyDuSiK->EatMicroshaft(MS_MUNCH_BILL_GATES | MS_CHEW_BILL_GATES);
Resist Windows XP''s Invasive Production Activation Technology!
------------------------CRAZY_DUSIK* pCrazyDuSiK = new CRAZY_DUSIK;pCrazyDuSiK->EatMicroshaft(MS_MUNCH_BILL_GATES | MS_CHEW_BILL_GATES);pCrazyDuSiK->WebSiteURL = "http://www.geocities.com/dusik2000";
Well actually, Glide won''t die.
In fact, cards will continue to be sold under the label 3dfx with cutting edge voodoo technology

So I wouldn''t compare glide to linux programming *g*

Regards, Paralax

Speckdrumm Interactive -Specktacular Entertainment
http://www.speckdrumm.com
coder at Speckdrumm demo divisionhttp://speckdrumm.schlucken.org
nVidia may choose to use the ''3dfx'' and ''voodoo'' brands, or even some of the technology they bought from 3dfx, but they''ve already stated they will not be making use of Glide now they own it.

Glide support was even being dropped from the next line of Voodoo cards had 3dfx survived. That''s not just a rumour, I read it 3dfx.com before they went bust.

I agree that there is a point in learning Glide though, to broaden your knowledge. Plus if your website had D3D, OpenGL and Glide demos, that would impress prospective employers.
I was a big time Glide fan before too. Its alot faster than crappy OpenGL, so there is a plus there, but it can''t touch a Microsoft product.

You guys have to remember that the only reason 3dfx make glide was because they didn''t really have a choice. At the time when geniouses of 3dfx invented 3D acceleration on consumer level video cards (Vooodoo Rush), no other API existed. Direct3D was not included in DirectX, and OpenGL was a workstation level API only used for 3D Animation (thus, the reason for its slowless). Glide was the foundation for all other API''s, and therefore, it couldn''t possibly be as good as D3D.

I personnally dont see a point in using glide. With DirectX 8.0, DX8 games run just as fast as glide games on my Voodoo5. Plus glide is a big pain to code (all it does is draw tri''s)

And please all you openGL fans, i dont care about your stupid comments. OpenGL to DirectX is like C to C++.
"This is stupid. I can't believe this! Ok, this time, there really IS a bug in the compiler."... 20 mins pass ..."I'M AN IDIOT!!!"
Glide was faster than opengl on early 3dfx cards for the simple reason that their early opengl drivers were built ontop of glide. They were pretty much just wrapping the opengl calls to the glide equivelents.

Glide was also based on opengl iirc.
-----------------------"When I have a problem on an Nvidia, I assume that it is my fault. With anyone else's drivers, I assume it is their fault" - John Carmack
quote:Original post by PSioNiC

And please all you openGL fans, i dont care about your stupid comments. OpenGL to DirectX is like C to C++.

Exactly, C can do everything that C++ can, with an equal speed (no, really, that''s not to say I don''t like C++ or C, I''ve written programs using modular, procedural, and object oriented approaches). I''m personally tired of people bashing any API on unprecedented reasoning, logic, and ideals. You''re always bashing OpenGL, placing yourself at the level of the common troll. Have you actually compared the framerates of an OpenGL game (for example) to a Direct3D game (assuming the programming is of an equal level of professionalism)? You''ll notice they are equal under equivelant situations. Unless you can find reliable proof to back up what you''re saying, whether an insult or a complement, there''s no reason for you to reply to a topic dealing with any API.

"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
Resist Windows XP''s Invasive Production Activation Technology!
http://druidgames.cjb.net/
''C can do everything that C++ can''

Wrong! C cant do operator overloading. C does not support classes, inheritcance, abstract data types, polymorphism etc.

ECKILLER
ECKILLER

This topic is closed to new replies.

Advertisement