Found 166 Opengl Programming Books Programming Books Products.
Create strange lands filled with mysterious objects (cows frozen in blocks of ice, chirping penguins, golden globes with wavering eyes) and throw away your keyboard and mouse, to go exploring armed only with a gamepad, power glove, or just your bare hands! Java gaming expert Andrew Davison will show you how to develop and program 3D games in Java technology on a PC, with an emphasis on the construction of 3D landscapes. It's assumed you have a reasonable knowledge of Java—the sort of thing picked up in a first Java course at school. Topics are split into three sections: Java 3D API, non-standard input devices for game playing, and JOGL. Java 3D is a high-level 3D graphics API, and JOGL is a lower-level Java wrapper around the popular OpenGL graphics API. You'll look at three non-standard input devices: the webcam, the game pad, and the P5 data glove. Along the way, you'll utilize several other games-related libraries including: JInput, JOAL, JMF, and Odejava. Learn all the latest Java SE 6 features relevant to gaming, including: splash screens, JavaScript scripting as well as the desktop and system tray interfaces. Unique coverage of Java game development using both the Java 3D API and Java for OpenGL, as well as invaluable experience from a recognized Java gaming guru, will provide you with a distinct advantage after reading this book.
42.85
[ Detail ]
¿ Create Amazing Real-Time Motion Graphics with Quartz Composer! Apple’s Quartz Composer makes it amazingly easy to create real-time graphics of all kinds: for screensavers, animations, kiosk art, film effects, Dashboard Widgets, graphically-rich apps, and more. But few content creators use QC, because they’ve had practically no useful help–until now. In this book/DVD bundle, two renowned VJs who’ve pushed this tool to the limit show you how to do it, too! You needn't be a technical expert: Graham Robinson and Surya Buchwald introduce each concept through a hands-on project, with videos demonstrating every step. They start extremely simple, offering beautiful visual feedback and encouraging you to freely explore. The video and text work together to help you build mastery fast, as you create everything from data-driven effects to compelling live performance visuals! Coverage includes Mastering Quartz Composer’s powerful interfaceGrabbing live inputs from music or cameras for unique interaction and improvisationOutputting video files for everything from smartphone screens to HD video editsUsing built-in image filters to add visual effectsCreating organic motion with LFOs, interpolation, and trackballsFixing problems and figuring out what you did wrongMaking rain, fire, and other cool stuff with particlesIntegrating MIDI musical instruments and other audio resourcesMastering lighting and timelinesBuilding richer environments with replication, iteration, and 3D modeling Pushing the boundaries with secret patches, CoreImage filters, and GLSL If you're a motion graphics designer, filmmaker, VJ, artist, interactive programmer, Cocoa developer, or any other type of "Maker," this book will guide you from acolyte to wizard in no time… and it just might be the most fun instructional you'll ever read!
21.29
[ Detail ]
Computer Graphics with OpenGL, 4/e is appropriate for junior-to graduate-level courses in computer graphics. Assuming no background in computer graphics, this junior-to graduate-level course presents basic principles for the design, use, and understanding of computer graphics systems and applications. The authors, authorities in their field, offer an integrated approach to two-dimensional and three-dimensional graphics topics. A comprehensive explanation of the popular OpenGL programming package, along with C++ programming examples illustrates applications of the various functions in the OpenGL basic library and the related GLU and GLUT packages.
114.31
[ Detail ]
3D Game Programming focuses on all the elements making up a 3-D first-person shooter game engine using a bottom-up approach. By following the easy-to-read text, the reader will learn how to create his or her own next-generation 3-D game engine with support for vertex and pixel shading GPU techniques (via Cg and HLSL), dynamic lighting and shadowing (via stencil shadow volumes), geometric meshes, audio, artificial intelligence, physics, environmental reflections, refraction and advanced lighting techniques such as High Dynamic Range lighting. Dealing with the cross-platform programming of 3-D Games for both Linux/MacOS X (via OpenGL/GLUT) and Windows (via DirectX 10 or OpenGL/GLUT) platforms, this book bridges an existent rift in the game development community. In addition to covering these APIs in-depth, the reader is also introduced to other game programming topics such as game development techniques and methodologies, particle systems, shader-based special effects, physics-based animation and artificial intelligence, making this the most comprehensive game programming guide around.
88.95
[ Detail ]
Written with a fast-paced but friendly and engaging approach, this Packt Beginner's Guide is designed to be placed alongside the computer as your guide and mentor. Step-by-step tutorials are bolstered by explanations of the reasoning behind what you are doing. You will quickly pick up the necessary skills, tips, and tricks for creating successful 3D graphics with practical examples that help you to learn by experiment and play. This book is intended for software developers who are new to OpenSceneGraph and considering using it in their applications. It is assumed that you have basic knowledge of C++ before using this book, especially the standard template library (STL) constructs, of which OSG makes extensive use. Some familiarity with design patterns as implemented in C++ is also useful, but is not required. You need to be familiar with OpenGL, the standard cross-platform low-level 3D graphics API. We'll meet some maths in the book—geometry and linear algebra—and familiarity with these topics will be great, but you don't need to be a maths whiz to use this book.
49.99
[ Detail ]
This book focuses on the programming that is needed to create and animate 3D models, and to render them using Direct3D or OpenGL hardware acceleration. The book and accompanying CD-ROM describe the full path, starting with source code for a rendering engine and animator. The engine can be used to render any 3D environment and characters for any game genre. Most applications using this rendering engine are automatically compatible with Direct3D, Open GL, and future API plug-ins. The book includes a thorough discussion of quaternions, key frame animation, and modeling techniques. The source code was written in C/C++.
5.19
[ Detail ]
Pro Android is the first book to include coverage of Google Android 1.5 SDK (including the branch formerly called Cupcake). This essential book covers the fundamentals of building applications for embedded devices thru through to advanced concepts, such as custom 3D components. Takes a pragmatic approach to developing Google Android applications. Examines the Android Virtual Device; the Input-Method Framework, special development considerations for touch screen vs. keyboard/traditional input, Voice Recognition, and Live Folders, Covers the Android media APIs (media APIs, Wi-Fi APIs, etc), including the new simplified OpenGL, improved media framework and more. With Android 1.5 and this book that includes Android 1.5 coverage, developers should will be able to build leading-edge mobile applications ranging from games to Google Apps like add-ons to Google Docs and more—no matter the device interface. Extend and run APIs of the Google Chrome browser/WebOS on G1, G2 and other forthcoming next-generation Google phones and other Android-enabled devices and netbooks. What you’ll learn What is Android and how to use Android to build Java-based mobile applications for Google phones with touch screen or keyboard, thanks to Cupcake's inclusion as of Android 1.5. Create applications that run on either or both touch and keyboard screens. How to design and architect a variety of mobile phone and device applications using Google's Android SDK. Build multimedia and even game applications using Android's Media APIs, improved media framework and simplified OpenGL. How to use Android's location-based services, networking (Wi-Fi APIs) and security. Who this book is for This book is for professional software engineers/programmers looking to move their ideas and applications into the mobile space with Android. The author assumes the reader has a passable understanding of Java. They should be able to write classes and handle basic inheritance structures. This book also targets hobbyist developers looking to get their feet wet in the complex minefield of mobile software. Table of Contents Introducing the Android Computing Platform Getting Your Feet Wet Using Resources, Content Providers, and Intents Building User Interfaces and Using Controls Working with Menus and Dialogs Unveiling 2D Animation Exploring Security and Location-Based Services Building and Consuming Services Using the Media Framework and Telephony APIs Programming 3D Graphics with OpenGL Managing and Organizing Preferences Coming to Grips with 1.5 Simplifying OpenGL and Exploring Live Folders
17.31
[ Detail ]
The broad acceptance and use of this book as one of the leading introductory computer graphics texts has enabled the original author and coauthors to update the chapters and contribute new material involving the most knowledgeable experts in different areas while maintaining a unified approach. This edition of "Fundamentals of Computer Graphics" adds four new contributed chapters and contains substantial reorganizations and improvements to the core material. The new chapters add coverage of implicit modeling and of two important graphics applications: games and information visualization. The fourth new contributed chapter is a major upgrade to the material on color science. As with the chapters added in the second edition, we have chosen the contributors both for their expertise and for their clear way of expressing ideas.
83.16
[ Detail ]
OpenGL Graphics Through Applications is a practical introduction to Computer Graphics with an emphasis on understanding through practice. Throughout the book, theory is followed by implementation using C / C++ and complete programs are provided on the Springer website. A procedural approach has been taken to algorithmic development while taking an object oriented approach when building artefacts from simple objects. The book covers a range of topics including: (1) image processing, (2) artefact construction, (3) introductory animation, (4) texturing, (5) curves surfaces and patterns. Robert Whitrow has taught computing courses from first year undergraduate to postgraduate MSc at a range of different institutions.
26.30
[ Detail ]