| View previous topic :: View next topic |
| Author |
Message |
StouffR
Joined: 15 Sep 2005 Posts: 11
|
Posted: Tue Sep 20, 2005 9:45 pm Post subject: How to load an image file and view the aliasing ? |
|
|
I want to re-developt a platform 2D-game.
In this game I have been developped each character with a multiple picture to animate it.
And when the character play an action, each picture of a serie is play.
But, how I can load these pictures and how I can view the alias to view the background when each picture is playing ?
Without SDL !
;) |
|
| Back to top |
|
 |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Wed Sep 21, 2005 6:46 am Post subject: |
|
|
The SDK samples have lots of examples of drawing graphics using the GPU.
Maybe you can get some more information from the source code of FileAssistant?
http://tmpstore.free.fr/FileAssistant/viewtopic.php?t=40
CTextureManager and CGfx do most of the graphical work.
PM me if you need anymore help!
Cheers,
71M |
|
| Back to top |
|
 |
StouffR
Joined: 15 Sep 2005 Posts: 11
|
Posted: Sat Sep 24, 2005 7:04 am Post subject: |
|
|
Thanks !!! I will try it ;)
EDIT :
Your program is so nicely, there are a lot of fonctionnalities. |
|
| Back to top |
|
 |
|