- Genetics
- Paperback
- Medicaid & Medicare
- Kurelek, William
- Loeb Classics
- Languages
- Reaney, James
- Statutes, Cases & Law Reports
- Dier, Debra
- Read and Wonder
- Giambologna
- Ingrid, Charles
- Monet, Claude
- Domestic Life
- Collecting
- Territories
- History
- Weather
- Cyprus
- Phoenix
- Ancient Greek
- General
- Fertility
- Andorra
- Franklin
- Gilman, Charlotte Perkins
- Screenwriting
- Calculus
- Western Sahara
- Pakistan
- Some of our other sites:
- Books
- Clothing, Shoes and Accessories
- Baby Clothes and Accessories
- Cosmetics, Beauty Products and Fragrances
- Cellphones, Call Plans and Accessories
- Video Games
- DVDs
- Electronics, Gadgets and Computers
- Health and Personal Care
- Home and Garden
- Home DIY
- Jewelry
- Magazines and Newspapers
- Music Downloads
- Musical Instruments
- Office Equipment and Supplies
- Software and Games
- Sporting Goods
- Toys and Games
- Watches
- UK Books
- UK Video Games
- UK Home and Garden
- UK Electronics, Gadgets and Computers
- UK Baby Clothes and Accessories
- UK Software and Games
- UK Sporting Goods
- UK Toys and Games
Books : Computers & Internet : Programming : Graphics & Multimedia : DirectX
-
Presents an introduction to programming interactive computer graphics, with an emphasis on game development, using real-time shaders with DirectX 9.0. It teaches the fundamentals of Direct3D and shader programming, after which the reader will be prepared to go on and learn more advanced techniques. The book is divided into three main parts. Part I explains the mathematical tools that will be used throughout this book. Part II shows how to implement elementary 3D techniques, such as defining 3D geometry, lighting, texturing, alpha blending, and stenciling by using shaders and the HLSL. Part III is largely about applying Direct3D to implement a variety of interesting techniques and special effects, such as working with meshes, character animation, terrain rendering, picking, particle systems, environment mapping, normal mapping, and rendering to textures.
-
Introduction to 3D Game Programming with DirectX 10 presents an introduction to programming interactive computer graphics, with an emphasis on game development, using Direct3D 10. It teaches the fundamentals of Direct3D and shader programming, after which the reader will be prepared to go on and learn more advanced techniques. The book is divided into three main parts. Part I explains the mathematical tools that will be used throughout this book. Part II shows how to implement fundamental tasks in Direct3D, such as initialization, defining 3D geometry, setting up cameras, creating vertex, pixel, and geometry shaders, lighting, texturing, blending, and stenciling. Part III is largely about applying Direct3D to implement a variety of interesting techniques and special effects, such as working with meshes, terrain rendering, picking, particle systems, environment mapping, normal mapping, shadows, and rendering to textures. The book is designed for intermediate-level C++ programmers who are completely new to Direct3D and game programming, 3D programmers experienced with an API other than Direct3D (e.g., OpenGL), and programmers experienced with previous versions of Direct3D wishing to learn the latest version--Direct3D 10.
-
Discover the exciting world of game programming and 3D graphics creation using DirectX 10! "Beginning DirectX® 10 Game Progmramming" is an introductory guide to creating fantastic graphics, amazing creatures, and realistic worlds for games. Written specifically for the beginner programmer, the book uses step-by-step instructions to teach the basics of DirectX 10, introducing skills that can be applied to creating games for both PC and game console platforms. You’ll start by learning how to install the DirectX SDK and how to get your first application up and running. From there you’ll be introduced to the 2D and 3D graphics components of DirectX allowing you to draw animated sprites and create 3D objects. Put your new skills to the test with a final, hands-on project that shows how to bring together everything you’ve learned. If you have a basic knowledge of C++ and 3D math concepts then you are ready to learn how to program amazing 3D game graphics with "Beginning DirectX 10!"
-
This update to the best-selling Advanced 3D Game Programming with DirectX 9.0 focuses on developing cutting-edge games with DirectX 10.0 Graphics. Designed for experienced programmers, this book covers Direct3D, DirectInput, and DirectSound, as well as artificial intelligence techniques, client/server networking, multithreading, and scene management. The book includes many sample applications that target specific algorithms. Full source code is provided for all the examples and for the client/server networked 3D first-person game that brings together many of the techniques discussed in the book.
-
Think Visual Basic is just too slow to write a decent game? Think again! This book gives you all of the tricks and techniques that you need to create awesome games using Visual Basic. Offering equal parts theory and hands-on exercises, the chapters in this book begin with a discussion of completing a task using Visual Basic, and then move on to enhancing the code. The final section of the book is devoted to developing complete games, including a 3D arcade game, a multiplayer space combat game, and more. Whether you are new to game programming or new to Visual Basic, this book gives you everything you need to create amazing games by combining the hidden power of Visual Basic with DirectX.
-
If you have experience with C++ and DirectX and have always wanted to program your own game, this is the book for you. Programming a Multiplayer FPS in DirectX takes you from the basic game design to a fully functioning game! All of the source code, assets, and tools are included- you just work through the tutorial-based chapters and watch the game come to life as you develop it. And as new features are added, you can begin playing with them to see them in action. Following a typical game development process, the book is separated into two distinct parts: Part One focuses on the design and development of the game engine, and Part Two concentrates on putting the game together using the engine. The theory has been kept to a minimum, so that you are following a hands-on approach and adding new functionality to your engine as you proceed. In the first part, you'll learn about the many facets of DirectX, C++, and object-oriented programming. You'll also learn how to design the engine and put the infrastructure into place. The next chapters will each add a new module to your engine including input, scripting, 3D rendering, sound, networking, and scene management. The second part covers the final development stages, including everything from game play to player management; it culminates with the complete multiplayer FPS game. Throughout the book you'll learn key topics that will bring you up to speed with industry proven techniques, while improving your confidence as a developer. And because DirectX is the most prevalent game development tool available, once you master this project, you'll have the skills you need to create a variety of games!
-
The multimedia and computer-games industry has exploded in recent years. Games have gotten incredibly sophisticated—and incredibly entertaining. The programs used to create them have improved also, to the point that you don’t necessarily have to be a nerd deluxe to do it yourself. Even so, game programming can be challenging—even if you’re a veteran C/C++ programmer and licensed technogeek. Challenging, sure…but also incredibly cool.
Using DirectX—the latest and greatest technology for making games on PCs—Windows Game Programming For Dummies will help you write just about any 2D game you can conjure. Now updated to cover new DirectX and Windows releases, your friendly yellow-and-black companion and bonus CD-ROM sidekick will show you:
- The basics of video game design
- The nuts and bolts of Windows programming
- How to work with DirectX—and play with DirectDraw
- How to make a real game, with an actual, step-by-step example
- How to market your mind-blowing new creation
- The ten biggest mistakes made by game programmers—and how to avoid them
From graphics to sound to input and installation, legendary game developer and Xtreme Games CEO André LaMothe takes you right into the guts of the game—in an entertaining style that won’t send you retreating to the nearest joystick. André’s witty, he’s tons of fun, and before you know it he’ll have you up to speed on:
- Setting up your game programming workstation
- Getting into DirectDraw: animation techniques, bitmaps, color keying, and more
- Adding Direct X subsystems such as DirectSound, DirectInput, and AutoPlay
- Getting your hands dirty by making a real game
- The physics of asteroids and other flying objects: time, velocity, force, and all that
- Game programming websites, downloads, 3D engines, usenet groups, and more!
The free CD-ROM includes Microsoft DirectX application programming interface SDK v. 8.1; Paint Shop Pro evaluation version; examples, games, and source code from the book; and bonus chapters. So what are you waiting for? If you have C and a dash of C++ under your belt, and have a computer (duh!), you’re all set to get in the game.
-
How many times have you spent countless hours completely absorbed in conquering the latest role-playing game? Want to experience the thrill of creating your own captivating role-playing game? This book is your guide to doing just that. Covering everything that you need to create a role-playing game--working with graphics and combat engines, handling players, and making your game multiplayer-capable--this book provides a detailed look at the essential components of role-playing games. It begins with helpful information on story line development and design issues specific to role-playing games and then progresses to programming basics and RPG-specific gaming code. Finally, wrap up your project with valuable tips for promoting, marketing, and publishing your game.
-
Making a commercial-quality RTS game takes thousands of dollars and a large team of talented people. So is it possible for a book to teach one person how to make their own RTS game? The answer is yes. Programming an RTS Game with Direct3D is such a reference. The book provides intermediate programmers with a step-by-step implementation guide for programming a complete RTS game. In this book you'll learn how to make a very simple RTS game with all of the core elements. Don't be fooled though-- even this simple game will take a lot of knowledge and hard work. But during the process of making the game, you'll learn many general game programming skills, including terrain generation, skinned meshes, path fi nding, visual effects, sounds, networking, how to create a user interface, and much more. Each chapter deals with one or more specifi c component in the building process to mimic a logical project workfl ow from concept to completed game. The book begins by laying the theoretical framework and discussing RTS game design and various implementation issues. From there, you'll move on to implement component after component, until you are finally ready to put them all together to form an RTS game. Throughout the book, there is a heavy emphasis on coding and a lot of this code will be found in the example applications on the companion CD-ROM.
-
This book instructs the reader from the beginning by teaching the underlying mathematics and 3D theory necessary to make sense of the DirectX 9 API.
-
Welcome to the latest volume of ShaderX! This all-new collection is packed with insightful new techniques, innovative approaches to common problems, and practical tools and tricks that will help you in all areas of shader programming. All of the articles evolved from the work and experiences of industry pros, and all of the sections were edited by shader programming experts. With the rapid advances in DirectX, OpenGL, and graphics cards, vertex and pixel shaders are becoming more widely used in high-end graphics and game development. The challenges of mastering these techniques can be daunting for new programmers, but with this comprehensive collection of ready-to-use techniques, they'll get up to speed quickly. And for the more experienced programmers, they'll find insights and tricks that will improve their efficiency and prevent redundancy. If you are involved in shader programming, this is a must-have reference for your collection.
-
Managed DirectX was released with the latest version of the core DirectX libraries in DirectX9. It enables developers using the new .NET languages (i.e. C#, VB.NET, etc.) to develop rich multimedia applications with DirectX. Unfortunately the Managed DirectX runtime was released without adequate documentation, and developers are having a hard time figuring out the best way to write managed applications. This book covers how to use the Managed DirectX objects, how they differ from the core DirectX libraries, and how to create these rich multimedia applications in C#. It also covers in depth graphics techniques and the new high-level shader language shipping with DirectX9.
-
Learn to write high-performance graphics applications using DirectX 9 with information straight from the Microsoft DirectX development team. Detailed technical guidance plus code samples and applications.
-
Topics include advanced implementation of image space techiques and non-photorealistic rendering in Microsoft's DirectX 9.0
-
No game draws a player into its world in quite the same way as a role-playing game does. In role-playing games, players break through the barrier that exists between their actions and the fantastic world that they're navigating through and instead become an inhabitant of that world. Get ready to put your creative ideas in motion and try your hand at creating your own role-playing game! "Programming Role Playing Games with DirectX, 2nd Edition" will show you how to do it as you create cool graphics and combat engines, handle players in your game, use scripts and items, and make your game multiplayer-capable. This book breaks a role-playing game down into its essential components, examining the details of each and showing you how to use them in your game project. Learn how to draw with DirectX Graphics, play audio with DirectX Audio, network with DirectPlay, and process input with DirectInput. By the time you finish, you'll have the skills you need to create a complete role-playing game.
-
Welcome to the exciting world of 3D graphics creation with DirectX 9! "Beginning DirectX® 9" is your introductory guide to creating realistic virtual worlds and characters for games. This true beginner's guide offers easy-to-follow instructions for getting your first DirectX program up and running. Then it's on to 3D concepts and Direct3D® as you use DirectX 9 to begin designing and building your own 3D worlds. Expand your DirectX knowledge with an introduction to sound processing with DirectSound® and user input with DirectInput®. Wrap things up as you complete a comprehensive project that shows you how to apply each new concept. Bring amazing fantasy worlds to life with the power of DirectX 9!
-
With recent advancements in programmable 3D rendering hardware, game developers can create engines capable of making complete outdoor landscapes. Many of today's popular games include entire outdoor environments, but making these environments realistic and fast is a challenge for even the best programmers. Real-Time 3D Terrain Engines Using C++ and DirectX 9 is written to help make the process more efficient, and to bring new programmers into the field of 3D computer game programming. The book is dedicated to teaching the fundamentals of programming a popular 3D engine type - the "Real-Time 3D Terrain Engine." Throughout the book, the focus is on the essential topics of outdoor terrain rendering. So whether you are new to 3D engine programming or a seasoned veteran, Real-Time 3D Terrain Engines Using C++ and DirectX 9 will teach you how to use the latest advancements in hardware-accelerated rendering, and provide all of the tips, tricks, and ideas you need to build your own, complete 3D terrain engine. Skills Needed: It is assumed that you are familiar with C++, Direct X, math, and geometry and that you're ready to move into 3D engine design and real-time terrain visualization.
-
Providing a look ahead at some of the most promising innovations in graphics technologies, this guide covers the GDI+ graphical library, the .NET Framework platform, C#, and the DirectX library. Theoretical aspects of graphics, algorithms for solving common problems, and examples of their practical implementation are covered. The support of popular graphic file formats, such as BMP, GIF, TIFF, JPEG, EXI, PNG, ICO, WMF, and EMF, as well as bitmap redrawing with the application of the external alpha channel are discussed. Resizing, stretching, distorting, and rotating bitmaps are addressed in detail, as is gradient filling and support for transparency.
-
Isometric Game Programming with DirectX takes you from zero to DirectX, literally! Beginning with game programming basics you will explore such topics as WIN32 programming basics, GDI fundamentals, fonts, regions and bitmaps, DirectDraw, and Game Logic. You'll then move on to Isometric fundamentals and methodology as well as advanced topics such as Random World Generation and Direct3D.This book is a comprehensive Isometric game programming guide ideal for any serious game developer!
-
The last several years have seen some exciting advances in the field of real-time graphics. Starting slowly for beginning programmers, this book begins by reviewing recent 3D graphics developments and with an introduction to vectors, matrices, colors, and lighting. Then, it's on to rendering graphics! Learn various vertex and pixel shader techniques, discover how to use video as a texture, and get the scoop on several techniques for picking objects in a scene. Whatever your level of programming expertise, let this book serve as your guide to mastering the possibilities of real-time programming.





















