All times are UTC-06:00




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

Joined: Wed Feb 22, 2006 1:59 am
Posts: 180
Location: 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
   
 Post subject: Re: XGI PPC drivers
PostPosted: Thu Aug 10, 2006 8:01 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
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


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

Joined: Wed Feb 22, 2006 1:59 am
Posts: 180
Location: 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
   
 Post subject:
PostPosted: Fri Aug 11, 2006 9:42 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
: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


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

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 8 guests


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:  
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group