Narrow your search

Library

Odisee (23)

Thomas More Kempen (23)

Thomas More Mechelen (23)

UCLL (23)

VIVES (23)

LUCA School of Arts (14)

ULB (12)

KU Leuven (11)

ULiège (11)

VUB (11)

More...

Resource type

book (23)


Language

English (23)


Year
From To Submit

2023 (1)

2021 (1)

2018 (3)

2017 (1)

2016 (1)

More...
Listing 1 - 10 of 23 << page
of 3
>>
Sort by

Book
Learn OpenGL : beginner's guide to 3d rendering and game development with opengl and c++
Author:
ISBN: 1789340861 9781789340860 9781789340365 Year: 2018 Publisher: Birmingham : Packt Publishing Ltd,

Loading...
Export citation

Choose an application

Bookmark

Abstract

A step-by-step instructional guide to understanding the fundamentals of game development with OpenGL. Right from the setup to the important features, we'll get a better understanding of games and the engines behind them. Key Features Learn the basics of drawing along with fundamentals of shading to create amazing objects. Get in-depth knowledge of lighting and materials to make realistic objects. Understand the fundamentals of model loading and cube mapping. Book Description Learn OpenGL is your one-stop reference guide to get started with OpenGL and C++ for game development. From setting up the development environment to getting started with basics of drawing and shaders, along with concepts such as lighting, model loading, and cube mapping, this book will get you up to speed with the fundamentals. You begin by setting up your development environment to use OpenGL on Windows and macOS. With GLFW and GLEW set up using absolute and relative linking done, you are ready to setup SDL and SFML for both the operating systems. Now that your development environment is set up, you'll learn to draw using simple shaders as well as make the shader more adaptable and reusable. Then we move on to more advanced topics like texturing your objects with images and transforming your objects using translate, rotate and scale. With these concepts covered, we'll move on to topics like lighting to enable you to incorporate amazing dynamic lights in your game world. By the end of the book, you'll learn about model loading, right from setting up ASSIMP to learning about the model class and loading a model in your game environment. We will conclude by understanding cube mapping to bring advance worlds to your game. What you will learn Set up GLFW and GLEW on Windows and macOS with absolute, relative Linking Set up SDL and SFML on your system using absolute and relative Linking Draw using the simple shaders Create a camera and learn to populate your game world with objects Learn about color and lighting concepts to create an amazing game world Understand model loading and cube mapping to advance your game Who this book is for This book is targeted towards anyone and everyone who is interested in creating games, learning how game engines work and most importantly for anyone who is interested in learning OpenGL. The ideal reader for this book would be anyone with a passion for learning game development or looking out for an OpenGL reference guide. The skills that you'll l...

Keywords

Video games --- Programming. --- OpenGL.


Book
Computer Graphics Programming in OpenGL with JAVA
Authors: ---
ISBN: 1683922204 Year: 2018 Publisher: Mercury Learning & Information

Loading...
Export citation

Choose an application

Bookmark

Abstract

This new edition provides step-by-step instruction on modern 3D graphics shader programming in OpenGL, along with its theoretical foundations. It is appropriate both for computer science undergraduate graphics programming courses in degree programs that emphasize Java, and for professionals interested in mastering 3D graphics skills who prefer Java. It has been designed in a 4-color, "teach-yourself" format with numerous examples that the reader can run just as presented. New sections have been added covering soft shadows, performance optimization, Nsight debugging, as well as updated industry-standard libraries and steps for running the examples on a Macintosh. Includes companion files with all of the source code, models, textures, skyboxes and normal maps used in the book. Features: - Includes new sections on implementing soft shadows, performance optimization, and updated tools such as the JOML math library and the NVIDIA(R) Nsight(TM) debugger. - Covers modern OpenGL 4.0+ shader programming in Java/JOGL, with instructions for both PC/Windows and Macintosh. - Illustrates every technique with complete running code examples. Everything needed to install the libraries and run every example is provided and fully explained. - Includes step-by-step instruction for every GLSL programmable pipeline stage (vertex, tessellation, geometry, and fragment). - Includes companion files with code, object models, figures, and more.


Book
Developing graphics frameworks with Python and OpenGL
Authors: ---
ISBN: 9781000407976 1000407977 9781003181378 1003181376 9781000407952 1000407950 9780367721800 0367721805 Year: 2021 Publisher: Taylor & Francis

Loading...
Export citation

Choose an application

Bookmark

Abstract

Developing Graphics Frameworks with Python and OpenGL shows you how to create software for rendering complete three-dimensional scenes. The authors explain the foundational theoretical concepts as well as the practical programming techniques that will enable you to create your own animated and interactive computer-generated worlds.


Book
OpenGL 4 shading language cookbook : build high-quality, real-time 3D graphics with OpenGL 4.6, GLSL 4.6 and C++17
Author:
ISBN: 1789340667 9781789340662 Year: 2018 Publisher: Birmingham : London : Packt Publishing, Bloomsbury Publishing (UK),

Loading...
Export citation

Choose an application

Bookmark

Abstract

OpenGL 4 Shading Language Cookbook, Third Edition provides easy-to-follow recipes that first walk you through the theory and background behind each technique, and then proceed to showcase and explain the GLSL and OpenGL code needed to implement them.

Advanced graphics programming using openGL
Authors: ---
ISBN: 1558606599 9786611010072 0080475728 1281010073 1423708075 9781423708070 1592785085 9781592785087 9780080475721 9781558606593 9780123746429 0123746426 Year: 2005 Publisher: San Francisco, CA : Elsevier Morgan Kaufmann Publishers,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Today truly useful and interactive graphics are available on affordable computers. While hardware progress has been impressive, widespread gains in software expertise have come more slowly. Information about advanced techniques-beyond those learned in introductory computer graphics texts-is not as easy to come by as inexpensive hardware. This book brings the graphics programmer beyond the basics and introduces them to advanced knowledge that is hard to obtain outside of an intensive CG work environment. The book is about graphics techniques-those that don't require esoteric hardware or


Book
OpenGL game development by example : design and code your own 2D and 3D game efficiently using OpenGL and C++
Authors: ---
ISBN: 1783288205 9781783288205 1783288191 9781783288199 1783288191 9781783288199 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Design and code your own 2D and 3D games efficiently using OpenGL and C++ About This Book Create 2D and 3D games completely, through a series of end-to-end game projects Learn to render high performance 2D and 3D graphics using OpenGL Implement a rudimentary game engine using step-by-step code Who This Book Is For If you are a prospective game developer with some experience using C++, then this book is for you. Both prospective and experienced game programmers will find nuggets of wisdom and practical advice as they learn to code two full games using OpenGL, C++, and a host of related tools. What You Will Learn Set up your development environment in Visual Studio using OpenGL Use 2D and 3D coordinate systems Implement an input system to handle the mouse and the keyboard Create a state machine to handle complex changes in the game Load, display, and manipulate both 2D and 3D graphics Implement collision detection and basic physics Discover the key components needed to complete a polished game Handle audio files and implement sound effects and music In Detail OpenGL is one of the most popular rendering SDKs used to develop games. OpenGL has been used to create everything from 3D masterpieces running on desktop computers to 2D puzzles running on mobile devices. You will learn to apply both 2D and 3D technologies to bring your game idea to life. There is a lot more to making a game than just drawing pictures and that is where this book is unique! It provides a complete tutorial on designing and coding games from the setup of the development environment to final credits screen, through the creation of a 2D and 3D game. The book starts off by showing you how to set up a development environment using Visual Studio, and create a code framework for your game. It then walks you through creation of two games?a 2D platform game called Roboracer 2D and a 3D first-person space shooter game?using OpenGL to render both 2D and 3D graphics using a 2D coordinate system. You'll create sprite classes, render sprites and animation, and navigate and control the characters. You will also learn how to implement input, use audio, and code basic collision and physics systems. From setting up the development environment to creating the final credits screen, the book will take you through the complete journey of creating a game engine that you can extend to create your own games. Style and approach An easy-to-follow guide full of code examples to illustrate every concept ...


Book
OpenGL : build high performance graphics : assimilate the ideas shared in the course to utilize the power of OpenGL for performing a wide variety of tasks : a course in three modules.
Authors: --- --- ---
ISBN: 1788296893 9781788296892 9781788296724 Year: 2017 Publisher: Birmingham, UK : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Gain proficiency with OpenGL and build compelling graphics for your games and applications About This Book Get to grips with a wide range of techniques for implementing shadows using shadow maps, shadow volumes, and more Explore interactive, real-time visualizations of large 2D and 3D datasets or models, including the use of more advanced techniques such as stereoscopic 3D rendering Create stunning visuals on the latest platforms including mobile phones and state-of-the-art wearable computing devices Who This Book Is For The course is appropriate for anyone who wants to develop the skills and techniques essential for working with OpenGL to develop compelling 2D and 3D graphics. What You Will Learn Off-screen rendering and environment mapping techniques to render mirrors Shadow mapping techniques, including variance shadow mapping Implement a particle system using shaders Utilize noise in shaders Make use of compute shaders for physics, animation, and general computing Create interactive applications using GLFW to handle user inputs and the Android Sensor framework to detect gestures and motions on mobile devices Use OpenGL primitives to plot 2-D datasets (such as time series) dynamically Render complex 3D volumetric datasets with techniques such as data slicers and multiple viewpoint projection In Detail OpenGL is a fully functional, cross-platform API widely adopted across the industry for 2D and 3D graphics development. It is mainly used for game development and applications, but is equally popular in a vast variety of additional sectors. This practical course will help you gain proficiency with OpenGL and build compelling graphics for your games and applications. OpenGL Development Cookbook ? This is your go-to guide to learn graphical programming techniques and implement 3D animations with OpenGL. This straight-talking Cookbook is perfect for intermediate C++ programmers who want to exploit the full potential of OpenGL. Full of practical techniques for implementing amazing computer graphics and visualizations using OpenGL. OpenGL 4.0 Shading Language Cookbook, Second Edition ? With Version 4, the language has been further refined to provide programmers with greater power and flexibility, with new stages such as tessellation and compute. OpenGL Shading Language 4 Cookbook is a practical guide that takes you from the fundamentals of programming with modern GLSL and OpenGL, through to advanced techniques. OpenGL Data Visualization Cookbook - ...


Book
OpenGL development cookbook
Author:
ISBN: 9781849695053 1849695059 1849695040 9781849695046 9781849695046 Year: 2013 Publisher: Birmingham Packt Pub.


Book
OpenGL data visualization cookbook : over 35 hands-on recipes to create impressive, stunning visuals for a wide range of real-time, interactive applications using OpenGL
Authors: ---
ISBN: 9781782169734 1782169733 1782169725 9781782169727 9781782169727 Year: 2015 Publisher: Birmingham, [England] ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Over 35 hands-on recipes to create impressive, stunning visuals for a wide range of real-time, interactive applications using OpenGL About This Book Get acquainted with a set of fundamental OpenGL primitives and concepts that enable users to create stunning visuals of arbitrarily complex 2D and 3D datasets for many common applications Explore interactive, real-time visualization of large 2D and 3D datasets or models, including the use of more advanced techniques such as stereoscopic 3D rendering. Create stunning visuals on the latest platforms including mobile phones and state-of-the-art wearable computing devices Who This Book Is For This book is aimed at anyone interested in creating impressive data visualization tools using modern graphics hardware. Whether you are a developer, engineer, or scientist, if you are interested in exploring the power of OpenGL for data visualization, this book is for you. While familiarity with C/C++ is recommended, no previous experience with OpenGL is assumed. What You Will Learn Install, compile, and integrate the OpenGL pipeline into your own project Create interactive applications using GLFW to handle user inputs and the Android Sensor framework to detect gestures and motions on mobile devices Use OpenGL primitives to plot 2-D datasets such as time series dynamically Render complex 3D volumetric datasets with techniques such as data slicers and multiple viewpoint projection Render images, videos, and point cloud data from 3D range-sensing cameras using the OpenGL Shading Language (GLSL) Develop video see-through augmented reality applications on mobile devices with OpenGL ES 3.0 and OpenCV Visualize 3D models with meshes and surfaces using stereoscopic 3D technology In Detail OpenGL is a great multi-platform, cross-language, and hardware-accelerated graphics interface for visualizing large 2D and 3D datasets. Data visualization has become increasingly challenging using conventional approaches as datasets become larger and larger, especially with the Big Data evolution. From a mobile device to a sophisticated high-performance computing cluster, OpenGL libraries provide developers with an easy-to-use interface to create stunning visuals in 3D in real time for a wide range of interactive applications. This book provides a series of easy-to-follow, hands-on tutorials to create appealing OpenGL-based visualization tools with minimal development time. We will first illustrate how to quickly set up the development...


Book
Advanced Methods in Computer Graphics : With examples in OpenGL
Author:
ISBN: 1447123395 1447123409 Year: 2012 Publisher: London : Springer London : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Advanced Methods in Computer Graphics provides an in-depth analysis  of a selection of topics that are important in the areas of character animation and game development.  The discussion of a wide range of algorithms and their implementation aspects presented in the book will serve as a useful reference for researchers and practitioners in computer graphics.  Students will find the book to be a valuable resource in their study of advanced graphics concepts.  The key topics covered in the book are  hierarchical modelling and transformations using scene graphs, skeletal animation, forward and inverse kinematics solutions,  quaternion based rotation interpolation, mesh processing and collision detection algorithms. The book also gives a thorough overview of splines, interpolation curves, and surface design methods. Features: Comprehensive coverage of a large collection of methods used in animation and game programming. Detailed description of the theoretical aspects of algorithms, complemented by examples, figures and pseudo-codes. Each chapter accompanied by a set of demonstration programs that clearly show the implementation and working of key algorithms. The C++ source code of all the examples, demos and classes for each chapter can be downloaded from the publisher's website, http://extras.springer.com/978-1-4471-2339-2. Ramakrishnan Mukundan is an associate professor in the Department of Computer Science and Software Engineering at the University of Canterbury, Christchurch, New Zealand. He has been teaching computer graphics courses at both undergraduate and graduate levels for the past twelve years.  .

Listing 1 - 10 of 23 << page
of 3
>>
Sort by