简体   繁体   中英

WP7 XNA: simple photo album

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

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!

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM