Senin, 10 Desember 2012

[E238.Ebook] Download PDF Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones

Download PDF Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones

Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones. Provide us 5 mins as well as we will certainly show you the very best book to review today. This is it, the Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones that will certainly be your best selection for much better reading book. Your five times will certainly not spend lost by reading this web site. You could take guide as a resource making far better concept. Referring the books Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones that can be situated with your demands is at some point hard. Yet right here, this is so easy. You can find the best point of book Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones that you can read.

Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones

Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones



Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones

Download PDF Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones

Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones. Learning to have reading routine resembles learning how to attempt for eating something that you actually don't really want. It will require more times to aid. Furthermore, it will additionally little make to offer the food to your mouth and also swallow it. Well, as checking out a book Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones, occasionally, if you should check out something for your brand-new tasks, you will really feel so dizzy of it. Even it is a publication like Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones; it will make you feel so bad.

When obtaining this publication Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones as recommendation to check out, you can get not simply inspiration yet likewise new expertise and sessions. It has greater than typical advantages to take. What kind of book that you review it will be valuable for you? So, why ought to get this e-book qualified Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones in this write-up? As in link download, you can get the book Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones by on the internet.

When obtaining guide Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones by on-line, you can read them any place you are. Yeah, even you remain in the train, bus, hesitating list, or other areas, on-line book Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones could be your buddy. Every time is a good time to check out. It will improve your knowledge, fun, enjoyable, driving lesson, and also experience without investing even more cash. This is why on-line book Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones ends up being most wanted.

Be the initial that are reviewing this Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones Based on some reasons, reviewing this book will offer more benefits. Even you should review it detailed, page by web page, you can complete it whenever as well as any place you have time. Once again, this on-line e-book Beginning DirectX 11 Game Programming, By Allen Sherrod, Wendy Jones will give you very easy of reading time and activity. It additionally supplies the experience that is budget-friendly to get to and get greatly for much better life.

Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones

Discover the latest and most popular technology for creating next-generation 3D games: DIRECTX 11! BEGINNING DIRECTX 11 GAME PROGRAMMING is an introductory guide to learning the basics of DirectX 11 that will help get you started on the path to 3D video game programming and development. Written specifically for the beginner programmer, this book uses step-by-step instructions to teach the basics of DirectX 11 and introduces skills that can be applied to creating games for PCs and game console platforms such as the Xbox 360. Updated for all the newest DirectX 11 technology, this book includes coverage of improved professional coding practices, an overview of the latest DirectX components and tools, sprites, text and font rendering, 3D character rendering, cameras, audio, shaders and effects, and much more. By the time you reach the end of this book, you will have had enough experience with DirectX 11 that you should be able to explore making simple video games and demos. From there, you can progress toward making more complex games and demos until you find yourself able to complete and release your own PC or console games.

  • Sales Rank: #1336190 in Books
  • Published on: 2011-05-12
  • Original language: English
  • Number of items: 1
  • Dimensions: 8.75" h x 7.00" w x .75" l, 1.72 pounds
  • Binding: Paperback
  • 384 pages

Review
1. The What, Why, and How of DirectX. 2. Your First DirectX Program. 3. The 2D Resurgence. 4. Text and Font Rendering. 5. Input Detection and Response. 6. Audio in DirectX. 7. 3D Primer. 8. Shaders and Effects. 9. Cameras and Models in Direct3D. 10. Conclusions.

About the Author
Allen Sherrod is an experienced author in the field of video game development. Allen's past works include two editions of Ultimate Game Programming with DirectX, Ultimate 3D Game Engine Design and Architecture, Game Graphics Programming, and Data Structures and Algorithms for Game Developers. Allen has also contributed to the Game Developer's Magazine, the Game Programming Gems 6 book, to the Gamasutra.com website, and is the creator of www.UltimateGameProgramming.com.

Wendy Jones devoted herself to computers the first time her eyes befell an Apple IIe in elementary school. From that point on, she spent every free moment learning BASIC and graphics programming, sketching out her ideas on graph paper to type in later. Other computer languages followed, including Pascal, C, C#, and C++. As Wendy's career in computers took off, she branched out, teaching herself Windows programming and then jumping into the dot-com world for a bit. Although Internet companies provided a challenge, they didn't provide fulfillment, so Wendy started expanding her programming skills to games, devoting any extra energy to its pursuit. Wendy's true passion became apparent when she got the opportunity to work for Atari's Humongous Entertainment as a game programmer. During her time at Atari, she worked on both PC and console titles, thrilled with the challenge they provided. Wendy can now be found at Electronic Art's Tiburon studio in Orlando working with some wonderfully talented people on Next Generation consoles. If you have any comments or questions about this book, you can reach Wendy at her website at http://www.fasterkittycodecode.com.

Most helpful customer reviews

27 of 29 people found the following review helpful.
A Good Beginner's Primer to DirectX11
By Steve M.
Being an OpenGL only person, I figured it was time to broaden my horizons and see what DirectX was all about. This book is good about breaking down every parameter to each function using DirectX. For example, it explains what every parameter to D3DX11CreateDeviceAndSwapChain do and what they're used for. There are a few problems with this book that can frustrate the crap out of you if you don't realize it is a small error. I haven't read the book spending hours on each page, but I was able to find a few errors that cause tension when you're learning:

1. Page 51: ID3D11Context doesn't exist, it is ID3D11DeviceContext. I searched the header files for ID3D11Context and it simply doesn't exist. If you knew DirectX11, you'd know it was ID3D11DeviceContext instead, but for a beginner who has no idea, it can be a frustrating response when your compiler says "ID3D11Context: undeclared identifier".

2. Page 54: OMSetRenderTarget doesn't exist it is OMSetRenderTargets. A very simple error (they left of the 's'), but you can spend a lot of time just hunting down the correct function. Luckily, the following pages contain OMSetRenderTargets correctly, but if you're like me and like to step through the book while programming, it doesn't work.

3. Page 118: "A 2D texture uses a single value for its texture coordinate. A 2D texture uses two values for its texture coordinates". I think they meant to say "A 1D texture uses a single value for its texture coordinate." Without any knowledge on graphics programming, this could be a problem.

4. This book doesn't show what header files or libraries are required for each function. For instance D3DX11CompileFromFile isn't in d3dcompiler.h, it is in d3dx11async.h. Do I include d3dx11.lib or d3d11.lib? OpenGL (using GLEW) uses opengl32.lib and glew32.lib and that's it.

5. This book uses DXTRACE_ERR and DXTRACE_MSG. However, unless you know where these are or which header they're in, you'll have to search for yourself. Also, don't forget the library file dxerr.lib!

All in all, this book is a good beginner's book. It doesn't go into depth about graphics programming, it is just about DirectX11 (which you can get from the title of the book). So know what you're getting into. If you don't know anything about 3D programming, this book really isn't for you. If you do know 3D programming, but want to learn the new(er) DirectX11, this book IS for you.

6 of 6 people found the following review helpful.
Not Well Focused
By John Urbanic
If this book spent less time explaining Intro to C++ topics like why I should use the managed pointer libraries (really?) and didn't write every single example out like a lesson in maximum object-oriented coding, it might have had space to actually get into DirectX 11 topics like tesselation. And, maybe some real gaming concerns like collision detection and how to use DirectCompute. Or 3D/stereoscopy. Or interfacing with other MS libraries (GDI, DirectDraw). Or any of a host of actual gaming topics. Instead, by the end, you are prepared to understand only the most rudimentary examples that are covered by many on-line tutorials in one quarter the space. But, hey, you will remember to error check every single API call and never to let the memory manager de-allocate anything when you are done (I am trying to sarcastically say that every example is a long-winded and pendantic).

There are also a lot of minor errors that any competent reviewer should have caught. And even a non-technical editor should have noticed that many of the graphics are unrecognizable. These aren't terrible in and of themselves, but are probably indicative that this book was really rushed to market.

It is hard to believe that either of these authors have ever written any serious, real-time gaming code. They seem better suited to writing Intro to Java books. For which they would probably be great. Use the Web tutorials and SDK examples first. Only buy this book if you really, really want another pass of the same material. I would be very bummed if I had only this to use as my primary source.

8 of 9 people found the following review helpful.
Good overview, misleading title.
By CPU enthusiast
When I first saw this book a few months before it was released, I got very excited. As soon as it was available on preorder, I ordered it.

It came to me and I immediately began reading it. The information at the beginning was useful and well written, but not once in the entire book did I get a sense of "game" programming. If the book was not titled "Beginning DirectX 11 Game Programming", I would have never known. This book is anything but game programming, which would have been OK with me if the title didnt blatantly advertise it. This doesnt even cover audio. Not once in the book do you get to create a demo game of any kind. When I purchased this book, I expected to see what I saw in "Beginning Game Programming Third Edition" but better. If there is another edition of this book written, I would like to see it cover a demo game in each chapter, and I would like to see every part of DirectX covered (Including XACT, DirectCompute, and XAudio. Even if just a few pages).

Long story short... Worth the money ($20)... But if you are looking for a DirectX 11 book for beginners that covers everything and at the same time offers demo games, the book does not exist yet; trust me.

Authors: If you read this, please do not be offended. I am not doing this out of spite, I just wanted to express my thoughts on what the book appeared to offer and what it actually did. The things that were written were written well; I am more concerned that the parts that were not written at all that I believe should have been written.

See all 11 customer reviews...

Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones PDF
Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones EPub
Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones Doc
Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones iBooks
Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones rtf
Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones Mobipocket
Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones Kindle

[E238.Ebook] Download PDF Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones Doc

[E238.Ebook] Download PDF Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones Doc

[E238.Ebook] Download PDF Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones Doc
[E238.Ebook] Download PDF Beginning DirectX 11 Game Programming, by Allen Sherrod, Wendy Jones Doc

Tidak ada komentar:

Posting Komentar