All times are UTC - 6 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: XGI PPC drivers
PostPosted: Thu Aug 10, 2006 7:14 am 
Offline


Wed Feb 22, 2006 1:59 am

180

Australia
Hi, again

Does anyone know the state of the planned XGI drivers? Im just wondering whether openGL will be supported in the drivers, or whether it would be better to rely on SDL libraries for some of the graphics generation code.


Top
 Profile  
 
 Post subject: Re: XGI PPC drivers
PostPosted: Thu Aug 10, 2006 8:01 am 
Offline
Site Admin


Fri Sep 24, 2004 1:39 am

1589

Alamo Heights, TX
ronin wrote:
Hi, again

Does anyone know the state of the planned XGI drivers? Im just wondering whether openGL will be supported in the drivers, or whether it would be better to rely on SDL libraries for some of the graphics generation code.


They're OpenGL.

Things are still being cleaned up.
Matt Sealey, Genesi USA Inc.
Product Development Analyst


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 10, 2006 8:27 am 
Offline


Wed Feb 22, 2006 1:59 am

180

Australia
:D thanks for the quick reply.
Im just deciding what would be the best way to code things like importing fonts from textures for use in games. i heard that opengl had a method for it...


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 11, 2006 9:42 am 
Offline
Site Admin


Fri Sep 24, 2004 1:39 am

1589

Alamo Heights, TX
ronin wrote:
:D thanks for the quick reply.
Im just deciding what would be the best way to code things like importing fonts from textures for use in games. i heard that opengl had a method for it...


Usually if you want to use a texture as a font, it's just to load the bitmap into memory in the appropriate format, then make a batch of textures; glTexImage2D takes offsets and width and height, so you can load one image, and simply have the texture mapper use part of that image as a texture for printing onto the screen.

OR. You can use glDrawPixels if you want it flat on the screen.

OR. You can use ftgl and save yourself one hell of a lot of hassle by just using standard system fonts like Truetypes or Adobe PS :)
Matt Sealey, Genesi USA Inc.
Product Development Analyst


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group