How to load an image file and view the aliasing ?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
StouffR
Posts: 11
Joined: Thu Sep 15, 2005 11:43 pm

How to load an image file and view the aliasing ?

Post by StouffR »

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 !

;)
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

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/v ... c.php?t=40
CTextureManager and CGfx do most of the graphical work.

PM me if you need anymore help!

Cheers,
71M
StouffR
Posts: 11
Joined: Thu Sep 15, 2005 11:43 pm

Post by StouffR »

Thanks !!! I will try it ;)

EDIT :

Your program is so nicely, there are a lot of fonctionnalities.
Post Reply