Rover
Rover

Reputation: 2230

WP7 XNA: simple photo album

I'm beginner in XNA. How can I do simple photo album with flipping images on XNA?

Upvotes: 3

Views: 812

Answers (2)

bdrelling
bdrelling

Reputation: 840

Do you have experience with programming in general, or are you new to all of it as a whole?

A book I highly recommend is Learning XNA 4.0 by Aaron Reed, which you can find here or on Amazon (for much cheaper). Chapter 13 discusses HLSL basics and specifically uses the example of an image and the potential for an image gallery using interesting, 3D technologies to display and run them in XNA.

However, I'd advise you to check out this link: Photo Album - App Hub Forums

It has an interesting discussion relevant to your topic.

Let me know if I can be of any more help!

Upvotes: 3

Andrew Russell
Andrew Russell

Reputation: 27245

Use SpriteBatch. Look at the 2D Graphics sample on App Hub for an example.

(This kind of application may be better suited to Silverlight.)

Upvotes: 2

Related Questions