Cargando…

Mastering SFML game development : create complex and visually stunning games using all the advanced features available in SFML development /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pupius, Raimondas (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn973022391
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 170217s2017 enka o 000 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d OCLCF  |d N$T  |d IDEBK  |d YDX  |d EBLCP  |d TEFOD  |d MERUC  |d STF  |d C6I  |d IDB  |d OCLCQ  |d CEF  |d KSU  |d NLE  |d DEBBG  |d UKMGB  |d OCLCQ  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCA  |d OCL  |d OCLCA  |d OCLCO  |d OCLCA 
016 7 |a 018237964  |2 Uk 
019 |a 971341784  |a 971522203  |a 972152973  |a 973190015 
020 |a 9781786466846  |q (electronic bk.) 
020 |a 1786466848  |q (electronic bk.) 
020 |z 9781786469885 
020 |z 178646988X 
029 1 |a CHNEW  |b 000961231 
029 1 |a CHVBK  |b 491703015 
029 1 |a GBVCP  |b 897170113 
029 1 |a UKMGB  |b 018237964 
035 |a (OCoLC)973022391  |z (OCoLC)971341784  |z (OCoLC)971522203  |z (OCoLC)972152973  |z (OCoLC)973190015 
037 |a CL0500000831  |b Safari Books Online 
037 |a AAC4C903-905B-4C92-854F-B75512C2BD5F  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.C672 
072 7 |a COM  |x 012040  |2 bisacsh 
082 0 4 |a 794.81  |2 23 
049 |a UAMI 
100 1 |a Pupius, Raimondas,  |e author. 
245 1 0 |a Mastering SFML game development :  |b create complex and visually stunning games using all the advanced features available in SFML development /  |c Raimondas Pupius. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from cover (Safari, viewed February 15, 2017). 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Under the Hood -- Setting up the Backend; Introduction; Pacing and source code examples; Common utility functions; The Linux version; Other miscellaneous helper functions; Generating random numbers; Service locator pattern; Entity component system core; Resource management; Windows system; Application states; Loading state; File loader; Implementing the loading state; Managing application events; Event manager interface; Use of graphical user interfaces. 
505 8 |a Representing a 2D mapSprite system; Sound system; Summary; Chapter 2: Its Game Time! -- Designing the Project; Use of copyrighted resources; Entity placement and rendering; The drawable side of things; Rendering system; Entity kinematics; Movement system; Handling collisions; Collision system; Controlling entities; Control system; Entity states; State system; Sheet animation system; Entity sounds; Sound system; Implementing the menu state; Implementing the game state; The main game class; The final bit of code; Summary; Chapter 3: Make It Rain! -- Building a Particle System. 
505 8 |a Use of copyrighted resourcesParticle system basics; Array of structs versus struct of arrays; Storing particles; Particle system architecture; The generator; The emitter; Implementing emitter; The updater; Force applicators; Building the particle system class; Implementing the particle system; Creating updaters; Spatial updater; Drawable updater; Lifespan updater; Interpolator; Force updater; Collision updater; Particle generators; Point position; Area position; Line position; Particle properties; Random color; Color range; Random lifespan; Random size; Random velocity; Rotation range. 
505 8 |a Size rangeTexture generator; Using the particle system; Summary; Chapter 4: Have Thy Gear Ready -- Building Game Tools; Use of copyrighted resources; File management; File manager interface; Implementing the file manager; Loading files in a separate thread; Implementing the file loader; The loading state; Implementing the loading state; Creating the map editor state; Implementing the state; Building the control mechanism; Implementing controls; Summary; Chapter 5: Filling the Tool Belt -- a few More Gadgets; Planning the selection options; Implementing selection options. 
505 8 |a Building the tile selectorImplementing the tile selector; Summary; Chapter 6: Adding Some Finishing Touches -- Using Shaders; Understanding shaders; Shader examples; SFML and shaders; Localizing rendering; Implementing the renderer; Integrating the Renderer class; Adapting existing classes; Updating the ParticleSystem; Updating entity and map rendering; Creating a day/night cycle; Updating the Map class; Writing the shaders; Summary; Chapter 7: One Step Forward, One Level Down -- OpenGL Basics; Use of copyrighted resources; Setting up OpenGL; Setting up a Visual Studio project; Using GLEW. 
520 8 |a Annotation  |b Create complex and visually stunning games using all the advanced features available in SFML developmentAbout This Book Build custom tools, designed to work with your specific game. Use raw modern OpenGL and go beyond SFML. Revamp your code for better structural design, faster rendering, and flashier graphics. Use advanced lighting techniques to add that extra touch of sophistication. Implement a very fast and efficient particle system by using a cache-friendly design. Who This Book Is ForThis book is ideal for game developers who have some basic knowledge of SFML and also are familiar with C++ coding in general. No knowledge of OpenGL or even more advanced rendering techniques is required. You will be guided through every bit of code step by step. What You Will Learn Dive deep into creating complex and visually stunning games using SFML, as well as advanced OpenGL rendering and shading techniques Build an advanced, dynamic lighting and shadowing system to add an extra graphical kick to your games and make them feel a lot more dynamic Craft your own custom tools for editing game media, such as maps, and speed up the process of content creation Optimize your code to make it blazing fast and robust for the users, even with visually demanding scenes Get a complete grip on the best practices and industry grade game development design patterns used for AAA projectsIn DetailSFML is a cross-platform software development library written in C++ with bindings available for many programming languages. It provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. This book will help you become an expert of SFML by using all of its features to its full potential. It begins by going over some of the foundational code necessary in order to make our RPG project run. By the end of chapter 3, we will have successfully picked up and deployed a fast and efficient particle system that makes the game look much more 'alive'. Throughout the next couple of chapters, you will be successfully editing the game maps with ease, all thanks to the custom tools we're going to be building. From this point on, it's all about making the game look good. After being introduced to the use of shaders and raw OpenGL, you will be guided through implementing dynamic scene lighting, the use of normal and specular maps, and dynamic soft shadows. However, no project is complete without being optimized first. The very last chapter will wrap up our project by making it lightning fast and efficient. Style and approachThis book uses a step by step approach by breaking the problems down into smaller, much more manageable obstacles, and guiding the reader through them with verified, flexible, and autonomous solutions. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Video games  |x Programming. 
650 0 |a Video games  |x Design. 
650 0 |a Multimedia systems  |x Computer programs. 
650 0 |a C++ (Computer program language) 
650 6 |a Jeux vidéo  |x Programmation. 
650 6 |a Jeux vidéo  |x Conception. 
650 6 |a Multimédia  |x Logiciels. 
650 6 |a C++ (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming  |x Games.  |2 bisacsh 
650 7 |a C++ (Computer program language)  |2 fast 
650 7 |a Computer games  |x Design  |2 fast 
650 7 |a Video games  |x Programming  |2 fast 
650 7 |a Multimedia systems  |x Computer programs  |2 fast 
776 0 8 |i Print version:  |z 178646988X  |z 9781786469885  |w (OCoLC)967370416 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1460303  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32239321 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4795492 
938 |a EBSCOhost  |b EBSC  |n 1460303 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis37299907 
938 |a YBP Library Services  |b YANK  |n 13410555 
994 |a 92  |b IZTAP