Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Java Game Development with LibGDX, Lee Stemkoski


Варианты приобретения
Цена: 41920.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: 2 шт.  Склад Америка: 237 шт.  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Lee Stemkoski
Название:  Java Game Development with LibGDX
ISBN: 9781484233238
Издательство: Springer
Классификация:

ISBN-10: 1484233239
Обложка/Формат: Paperback
Страницы: 290
Вес: 0.88 кг.
Дата издания: 19.01.2018
Язык: English
Издание: 2nd ed.
Иллюстрации: 108 illustrations, color; 19 illustrations, black and white; xix, 433 p. 127 illus., 108 illus. in color.
Размер: 183 x 260 x 26
Читательская аудитория: General (us: trade)
Основная тема: Computer Science
Подзаголовок: From Beginner to Professional
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Part I: Fundamental Concepts
The first part of the book explains basic material that will be needed throughout the rest of the book: rendering graphics and animations, processing user input (continuous and discrete), basic physics (movement and collision detection), displaying text, and playing audio (sound effects and background music).
1. Getting started with Java and LibGDX
This chapter explains how to set up a Java development environment (BlueJ), which is chosen for simplicity and user-friendliness. The standard first program (which prints Hello, World! to the text console) is given. Next, instructions for setting up the LibGDX library are given, and a visual Hello, World! program is demonstrated (which displays an image of the world in a window). Finally, the benefits of using LibGDX for game development are explained in some detail.
1.1 Choosing a development environment 1.2 Setting up BlueJ 1.3 A Hello World program 1.4 Advantages to using LibGDX
2. The LibGDX Framework
This chapter presents the minimal code needed to create a basic game: rendering textures, detecting user input, and collision detection. The game Starfish Collector is introduced, which will be a recurring example throughout the book: features will be added on when introducing new topics (in chapters 3, 5, 6, 10, and 13).
2.1 Understanding the Life Cycle of a Game 2.2 Managing the Action (actors and stages, screens and games) 2.3 The Basics: Graphics, User Input, and Collisions2.4 Game Project: Starfish Collector 3. Extending the Framework
The LibGDX framework simplifies many elementary tasks required in game development, while providing users a variety of ways to extend their framework to facilitate creation of different types of games. This chapter creates a series of classes (BaseActor, BaseScreen, BaseGame) which extend core LibGDX classes, which will streamline the games created in the following chapters. The new classes are used in refactoring the Starfish Collector game from the previous chapter.
3.1 Extending the Actor class 3.2 Animations 3.2.1 Value-based Animations 3.2.2 Image-based Animations 3.3 Physics and Movement 3.4 Polygons and Collisions 3.5 Lists of Actors
4. Shoot-em-up games
To demonstrate the convenience and flexibility of the extended classes created in the previous chapter, this chapter uses the new base classes to create a game called Space Rocks, inspired by the classic arcade game Asteroids. New concepts introduced in this chapter include a new style of movement (relative to the character perspective, rather than the player perspective), spawning new objects, attaching objects to other objects, and adversaries that target the main character.
4.1 Game Project: Space Rocks4.2 Spaceship Setup4.3 Lasers, Rocks, and Explosions 4.4 Endgame Conditions 4.5 Extra Features: Shields and Enemies
5. Text and User Interfaces
This chapter introduces classes that are used to generate image-based fonts and display text using labels, enabling the developer to show the player important game related information (such as score, time left, health points, item counts) and menus containing instructions. The creation of buttons (to change screens or start/pause/quit the game) is also explained. Tables are introduced to automatically manage the layout of these elements. The creation of signpost-like objects is discussed, which can serve as an in-game tutorial or

Дополнительное описание:
Part I: Fundamental Concepts.- 1. Getting started with Java and LibGDX.- 2. The LibGDX Framework.- 3. Extending the Framework.- 4. Shoot-em-up games.- 5. Text and User Interfaces.- 6. Audio.- Part II: Intermediate Examples.- 7. Side-Scrolling Games.-


Game physics engine development

Автор: Millington, Ian
Название: Game physics engine development
ISBN: 0123819768 ISBN-13(EAN): 9780123819765
Издательство: Taylor&Francis
Рейтинг:
Цена: 58170.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Veteran game programmer/consultant/author Ian Millington brings us a newly revamped and updated edition to a KEY game text that covers the full process of building a physics engine from start to finish--including NEW coverage on casual games and collision detection.

Pro Java 6 3D Game Development

Автор: Andrew Davison
Название: Pro Java 6 3D Game Development
ISBN: 1430211865 ISBN-13(EAN): 9781430211860
Издательство: Springer
Рейтинг:
Цена: 51470.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book looks at the two most popular ways of using Java SE 6 to write 3D games on PCs: Java 3D (a high-level scene graph API) and JOGL (a Java layer over OpenGL).

Pro Java 9 Games Development

Автор: Wallace Jackson
Название: Pro Java 9 Games Development
ISBN: 1484209745 ISBN-13(EAN): 9781484209745
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Use Java 9 and JavaFX 9 to write 3D games for the latest consumer electronics devices. Written by open source gaming expert Wallace Jackson, this book uses Java 9 and NetBeans 9 to add leading-edge features, such as 3D, textures, animation, digital audio, and digital image compositing to your games.
Along the way you'll learn about game design, including game design concepts, genres, engines, and UI design techniques. To completely master Java 3D game creation, you will combine this knowledge with a number of JavaFX 9 topics, such as scene graph hierarchy; 3D scene configuration; 3D model design and primitives; model shader creation; and 3D game animation creation. With these skills you will be able to take your 3D Java games to the next level.
The final section of Pro Java 9 Games Development puts the final polish on your abilities. You'll see how to add AI logic for random content selection methods; harness a professional scoring engine; and player-proof your event handling. After reading Pro Java 9 Games Development, you will come away with enough 3D expertise to design, develop, and build your own professional Java 9 games, using JavaFX 9 and the latest new media assets.

What You'll Learn

  • Design and build professional 3D Java 9 games, using NetBeans 9, Java 9, and JavaFX 9
  • Integrate new media assets, such as digital imagery and digital audio
  • Integrate the new JavaFX 9 multimedia engine API
  • Create an interactive 3D board game, modeled, textured, and animated using JavaFX
  • Optimize game assets for distribution, and learn how to use the Java 9 module system

Who This Book Is For

Experienced Java developers who may have some prior game development experience. This book can be for experienced game developers new to Java programming.



Polished Game Development

Автор: Goodwin
Название: Polished Game Development
ISBN: 1484218787 ISBN-13(EAN): 9781484218785
Издательство: Springer
Рейтинг:
Цена: 34470.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Learn the things you need for a complete game, such as translations and tutorials, and improve the things you've already written to raise their standard to a professional level. This is a practical guide covering every discipline: art, music, writing, and code. In the case of the latter, code examples are included to demonstrate how to implement functionality to make the game shine.Polished Game Development acts as a comprehensive checklist of everything your game should, and should not, do, in order to be as good as it possibly can. It is more than just a book on theoretical game design principles. Explains the difference between a pet project, and a professional one.Covers how to test for the problems and bugs you don't know you'll have.Details simple, but effective, visual improvements that can be done with very little effort.Regardless of platform (web, mobile, or console), or language (C++, C#, JavaScript) there is a wealth of common (and specific) tips within these pages that will enable you to make the most professional games you can.What You Will LearnLearn what essential elements are often missedStay on-brand, visually and verballyUse audio to enhance your gameImprove game balanceTest effectively

Who This Book Is For
Polished Game Development is for game developers looking for a guide and checklist on how to get their game finished to the highest possible standards. They will know how to write a game, and get it released, but not necessarily how to make it shine. They will be professional developers, indies, university students and graduates.

Rapid Game Development Using Cocos2d-JS

Автор: Kumar
Название: Rapid Game Development Using Cocos2d-JS
ISBN: 148422552X ISBN-13(EAN): 9781484225523
Издательство: Springer
Рейтинг:
Цена: 23280.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Get a gentle introduction to the Cocos2d-JS framework to begin working with sprite manipulations, animations, and other 2d game development topics. This book covers environment setup and getting started with a framework that works seamlessly across all browsers. Rapid Game Development Using Cocos2d-JS teaches you the overall architecture of Cocos2d-JS and explains the internal working of the framework. You will dive deep into sprites, the most important entity in Cocos2d-JS, animation APIs, and primitive shapes. You’ll also learn about the Cocos2d-JS UI system to get a head start in 2d game development. Finally, you’ll discover the features of Chipmunk (the built-in physics engine) with full examples. What You'll LearnGet a simple head start in Cocos2d-JSGain an architectural overview of the different blocks of the frameworkMaster sprites, spritesheets, and frame animationWork with the event system in Cocos2d-JSDiscover the animation APIs in Cocos2d-JSLeverage the built-in physics engine Who This Book Is ForBeginners looking to develop cross-platform mobile/web games with cocos2d-js, developers with intermediate skills on cocos2d-js looking for the reference.

Learn Unity for Windows 10 Game Development

Автор: Blackman
Название: Learn Unity for Windows 10 Game Development
ISBN: 1430267585 ISBN-13(EAN): 9781430267584
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book will take you through the process of creating a game for the Windows Phone market with a heavy emphasis placed on optimization and good design decisions. On your way, you will be introduced to key Unity concepts and functionality, weigh the pros and cons of various possibilities, and gain a good working knowledge of scripting in the Unity environment using both JavaScript and C#.Learn Unity for Windows 10 Game Development starts by exploring the Unity editor and experimenting with staple game functionality. If you are new to scripting or just new to C#, you will be able to investigate syntax, commonly used functions, and communication required to bring your ideas to life. With the book's included art assets, you will learn the ins and outs of asset choices and management while making use of Unity's 2D physics, Shuriken particle systems and Mecanim's character and state management tools.Finally, you will bring it all together to create a multi-level game as you learn how to incorporate mobile specific functionality, test on a Windows Phone device, and others for Windows 10 and ultimately, publish your game to the Windows App Store. You'll even learn about marketing and monetization in the mobile game market.What You Will Learn:C# basics for UnityWorking with the Unity EditorManaging assetsUsing the Mecanim animation system2D features and physicsSetting up your game for Windows Phone and other devicesWho This Book Is For:Game developers, hobbyists and game dev students who are new to Unity or Windows Mobile game development or both. JavaScript and C# experience are helpful, but C# experience is not required.

VR developer gems

Автор: Sherman, William R.,
Название: VR developer gems
ISBN: 1138030120 ISBN-13(EAN): 9781138030121
Издательство: Taylor&Francis
Рейтинг:
Цена: 127600.00 T
Наличие на складе: Невозможна поставка.
Описание: This book takes the practicality of other "Gems" series such as "Graphics Gems" and "Game Programming Gems" and provide a quick reference for novice and expert programmers alike to swiftly track down a solution to a task needed for their VR project.

C++ game development primer

Автор: Sutherland, Bruce
Название: C++ game development primer
ISBN: 1484208153 ISBN-13(EAN): 9781484208151
Издательство: Springer
Рейтинг:
Цена: 26080.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: After reading this book, you`ll have the fundamental know-how to become a successful and profitable game applications developer in today`s increasingly competitive indie game marketplace.For those looking for a quick introduction to C++ game development and who have good skills in C++, this will get you off to a fast start.

Beginning java 8 games development

Автор: Jackson, Wallace
Название: Beginning java 8 games development
ISBN: 1484204166 ISBN-13(EAN): 9781484204160
Издательство: Springer
Рейтинг:
Цена: 35360.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Beginning Java 8 Games Development, written by Java expert and author Wallace Jackson, teaches you the fundamentals of building a highly illustrative game using the Java 8 programming language.

Pro unity game development with c#

Автор: Thorn, Alan
Название: Pro unity game development with c#
ISBN: 1430267461 ISBN-13(EAN): 9781430267461
Издательство: Springer
Рейтинг:
Цена: 39090.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: In Pro Unity Game Development with C#, Alan Thorn, author of Learn Unity for 2D Game Development and experienced game developer, takes you through the complete C# workflow for developing a cross-platform first person shooter in Unity.

Zune game development using xna 3.0

Автор: Waters, Dan
Название: Zune game development using xna 3.0
ISBN: 1430218614 ISBN-13(EAN): 9781430218616
Издательство: Springer
Рейтинг:
Цена: 40050.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: XNA 3.0 brings you the ability to create games that will run not just on the PC and Xbox 360, but also on the Zune mobile device. Zune Game Development Using XNA 3.0 is a comprehensive book that will guide you through the many aspects of XNA game development and their specific implementations on the Zune platform.

Cross Over to HTML5 Game Development

Автор: Zarrar Chishti
Название: Cross Over to HTML5 Game Development
ISBN: 1484232909 ISBN-13(EAN): 9781484232903
Издательство: Springer
Рейтинг:
Цена: 25150.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Break into the most lucrative platform in the world by adding HTML5 game development to your current skillset. Zarrar Chishti has trained developers from a wide range of programming disciplines to cross over into HTML5 game development. Whatever your vocation, whether it be an Application Databases Systems developer or a Professional Web developer, with this book you will learn to evolve your current coding skills to become eligible for the biggest gaming platform in the world. From the first chapter you will see encouraging results immediately as you power through a challenging and fun project that has been uniquely designed and developed for this book.

With the relentless backing of the giants of the industry including Apple and Google, HTML5 is rapidly becoming the leading technology for game development. Furthermore nearly every mobile device, tablet and PC system offer full support to the latest games developed in HTML5.
Never before has there been such a widely accepted platform by literally every manufacturer and operating system. This in turn has convinced marketing departments to move away from traditional platforms, such as dedicated mobile apps, for the more widely accepted HTML5 format. There has never been a better time for a seasoned IT programmer to crossover and capitalize in this lucrative market with their much sought after talents and experience. Take the skills you already have and expand your career into HTML5 development with this book.

What You'll Learn

  • Quickly identify the core similarities and differences between HTML5 and other coding standards
  • Follow a large scale game development project to experience the full lifecycle of an HTML5 game development project
  • Download graphics and media to use in sample projects throughout the book

Who This Book Is For
Professional developers working in application and database development. These seasoned coders, having secured a wealth of knowledge, can transfer that expertise to the growing HTML5 game development market. This book will instantly appeal to this audience as it will not attempt to teach the basics of programming; instead it will simply point out the differences in how to develop with HTML5.



Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия