Електронні книги
12545
Eлектронна книга

Game Development with Rust and WebAssembly. Learn how to run Rust on the web while building a game

The Rust programming language has held the most-loved technology ranking on Stack Overflow for 6 years running, while JavaScript has been the most-used programming language for 9 years straight as it runs on every web browser. Now, thanks to WebAssembly (or Wasm), you can use the language you love on the platform that's everywhere.This book is an easy-to-follow reference to help you develop your own games, teaching you all about game development and how to create an endless runner from scratch. You'll begin by drawing simple graphics in the browser window, and then learn how to move the main character across the screen. You'll also create a game loop, a renderer, and more, all written entirely in Rust. After getting simple shapes onto the screen, you'll scale the challenge by adding sprites, sounds, and user input. As you advance, you'll discover how to implement a procedurally generated world. Finally, you'll learn how to keep your Rust code clean and organized so you can continue to implement new features and deploy your app on the web.By the end of this Rust programming book, you'll build a 2D game in Rust, deploy it to the web, and be confident enough to start building your own games.

12546
Eлектронна книга
12547
Eлектронна книга

Game Development with Three.js. With Three.js you can create sophisticated 3D games that run in the web browser. This book is aimed at both the professional game designer and the enthusiast with a step by step approach including lots of tips and examples

Isaac Sukin

The advent of WebGL and its inclusion in many browsers enabled JavaScript programs running in a web browser to access the GPU without a plugin or extension. Three.js is a next generation high-level library that makes it possible to author complex 3D computer animations that display in the browser using nothing more than a simple text editor. The development of these new tools has opened up the world of real-time 3D computer animations to a far broader spectrum of developers.Starting with how to build 3D games on the web using the Three.js graphics library, you will learn how to build 3D worlds with meshes, lighting, user interaction, physics, and more. Along the way, you'll learn how to build great online games through fun examples. Use this book as a guide to embrace the next generation of game development!Moving on from the basics, you will learn how to use Three.js to build game worlds using its core components, including renderers, geometries, materials, lighting, cameras, and scenes. Following on from this, you will learn how to work with mouse and keyboard interactions, incorporate game physics, and import custom models and animations. You will also learn how to include effects like particles, sounds, and post-processing. You will start by building a 3D world, and then create a first person shooter game using it. You will then be shown how to imbue this FPS game with a “capture the flag” gameplay objective. With Game Development with Three.js, you will be able to build 3D games on the Web using the Three.js graphics library.

12548
Eлектронна книга

Game Development with Unity for .NET Developers. The ultimate guide to creating games with Unity and Microsoft Game Stack

Understand what makes Unity the world’s most widely used real-time 3D development platform and explore its powerful features for creating 3D and 2D games, as well as the Unity game engine and the Microsoft Game Dev, including the Microsoft Azure Cloud and Microsoft Azure PlayFab services, to create games.You will start by getting acquainted with the Unity editor and the basic concepts of Unity script programming with C#. You'll then learn how to use C# code to work with Unity's built-in modules, such as UI, animation, physics, video, and audio, and understand how to develop a game with Unity and C#. As you progress through the chapters, you'll cover advanced topics such as the math involved in computer graphics and how to create a custom render pipeline in Unity with the new Scriptable Render Pipeline, all while optimizing performance in Unity. Along the way, you'll be introduced to Microsoft Game Dev, Azure services, and Azure PlayFab, and using the Unity3D PlayFab SDK to access the PlayFab API.By the end of this Unity book, you'll have become familiar with the Unity engine and be ready to develop your own games while also addressing the performance issues that you could encounter in the development process.

12549
Eлектронна книга

Game on 1: Zemsta jest słodka

Lucas uwielbia gry komputerowe, niestety mama nie pozwala mu grać. Pewnego dnia łamie jednak zakaz, ale jego komputer zaczyna się dziwnie zachowywać. Bucha z niego dym, a przed Lucasem pojawiają się cztery postacie z gier: MegaMonkey, Jumpkidd, generał Major Powers i jego córka Pixie. Nie przybyli tu jednak dla rozrywki: do świata Lucasa przedostał się Potwór Cienia, który jest w posiadaniu groźnej bomby - Lucas jest wybrańcem, który musi pomóc grupie przyjaciół.

12550
Eлектронна книга

Game on 2: Sąsiedzka pomoc

Lucas boi się swojego sąsiada. Naprawdę się boi. Jest blady i zawsze nosi długą czarną skórzaną kurtkę. Pewnego dnia sąsiad puka do jego drzwi i mówi, że dom Lucasa jest atakowany - z Internetu. W kierunku jego domu zmierza ogromna siła. Nie ma zbyt wiele czasu na działanie i niewiele można zrobić. Chyba, że uda się nawiązać kontakt z MegaMonkey, Jumpkidd, Major Powers i Pixie w Servercity.

12551
Eлектронна книга

Game Physics Cookbook. Discover over 100 easy-to-follow recipes to help you implement efficient game physics and collision detection in your games

Gabor Szauer

Physics is really important for game programmers who want to add realism and functionality to their games. Collision detection in particular is a problem that affects all game developers, regardless of the platform, engine, or toolkit they use.This book will teach you the concepts and formulas behind collision detection. You will also be taught how to build a simple physics engine, where Rigid Body physics is the main focus, and learn about intersection algorithms for primitive shapes.You’ll begin by building a strong foundation in mathematics that will be used throughout the book. We’ll guide you through implementing 2D and 3D primitives and show you how to perform effective collision tests for them. We then pivot to one of the harder areas of game development—collision detection and resolution. Further on, you will learn what a Physics engine is, how to set up a game window, and how to implement rendering. We’ll explore advanced physics topics such as constraint solving. You’ll also find out how to implement a rudimentary physics engine, which you can use to build an Angry Birds type of game or a more advanced game.By the end of the book, you will have implemented all primitive and some advanced collision tests, and you will be able to read on geometry and linear Algebra formulas to take forward to your own games!

12552
Eлектронна книга

Game Programming using Qt 5 Beginner's Guide. Create amazing games with Qt 5, C++, and Qt Quick - Second Edition

Pavel Vladimirovich Strakhov

Qt is the leading cross-platform toolkit for all significant desktop, mobile, and embedded platforms and is becoming popular by the day, especially on mobile and embedded devices. It's a powerful tool that perfectly fits the needs of game developers. This book will help you learn the basics of Qt and will equip you with the necessary toolsets to build apps and games.The book begins by how to create an application and prepare a working environment for both desktop and mobile platforms. You will learn how to use built-in Qt widgets and Form Editor to create a GUI application and then learn the basics of creating graphical interfaces and Qt's core concepts.Further, you'll learn to enrich your games by implementing network connectivity and employing scripting. You will learn about Qt's capabilities for handling strings and files, data storage, and serialization.Moving on, you will learn about the new Qt Gamepad module and how to add it in your game and then delve into OpenGL and Vulcan, and how it can be used in Qt applications to implement hardware-accelerated 2D and 3D graphics. You will then explore various facets of Qt Quick: how it can be used in games to add game logic, add game physics, and build astonishing UIs for your games. By the end of this book, you will have developed the skillset to develop interesting games with Qt.

12553
Eлектронна книга

Game Programming Using Qt: Beginner's Guide. A complete guide to designing and building fun games with Qt and Qt Quick 2 using associated toolsets

Lorenz Haas, Witold Wysota, Witold Wysota, Lorenz Haas

Qt is the leading cross-platform toolkit for all significant desktop, mobile, and embedded platforms and is becoming more popular by the day, especially on mobile and embedded devices. Despite its simplicity, it's a powerful tool that perfectly fits game developers’ needs. Using Qt and Qt Quick, it is easy to build fun games or shiny user interfaces. You only need to create your game once and deploy it on all major platforms like iOS, Android, and WinRT without changing a single source file.The book begins with a brief introduction to creating an application and preparing a working environment for both desktop and mobile platforms. It then dives deeper into the basics of creating graphical interfaces and Qt core concepts of data processing and display before you try creating a game. As you progress through the chapters, you’ll learn to enrich your games by implementing network connectivity and employing scripting. We then delve into Qt Quick, OpenGL, and various other tools to add game logic, design animation, add game physics, and build astonishing UI for the games. Towards the final chapters, you’ll learn to exploit mobile device features such as accelerators and sensors to build engaging user experiences. If you are planning to learn about Qt and its associated toolsets to build apps and games, this book is a must have.

12554
Eлектронна книга

Game Testing. Mastering the Art of Quality Assurance in Game Development

Mercury Learning and Information, Robert Denton Bryant

This updated fourth edition is your comprehensive guide to video game testing. Whether you're a student aspiring to join the industry or a professional honing your skills, this book covers essential aspects of game testing. It explains how testers fit into development and provides practical knowledge of tools, roles, responsibilities, and metrics for game quality.The book guides you through test design and QA methods using real game scenarios and interviews with veteran developers. You'll learn the basics of game testing, writing bug reports, and defect tracking. The chapters cover exploratory testing, gameplay testing, combinatorial testing, and regression testing.Each chapter includes questions and exercises, suitable for classroom or personal study. Companion files with templates and tutorials for creating combinatorial tables and test flow diagrams are included, forming the basis of a robust QA plan. This edition equips you with the skills to succeed in game testing and contribute effectively to any development team.

12555
Eлектронна книга

Game Theory in Jurisprudence

Wojciech Załuski

Game theory is a branch of mathematics which studies strategic interactions, i.e., interactions which involve more than one agent and in which each agent makes her decision while striving to predict the decisions of other agents. Game theory has been successfully applied in many areas of both the natural and social sciences, and it is the belief of this book’s author – Wojciech Załuski – that it can also be gainfully invoked in the area of legal philosophy. In this book, Załuski analyzes such legal-philosophical concepts as legal interpretation, justice, legal rights, contract, tort and property law through the lens of game theory. Since the book does not assume any previous knowledge of game theory, it appeals mainly to its conceptual rather than the technical side, and intertwines game-theoretical analysis with the philosophical, it will be accessible to a wider circle of readers interested in legal and moral philosophy.

12556
Eлектронна книга

Gamedec. Gamedec. Obrazki z Imperium. Część 1

Marcin Sergiusz Przybyłek

Torkil Aymore powraca! Marcin Przybyłek zasila serię Horyzonty zdarzeń kolejnym tomem przygód Gamedeca. Po Drugiej Wojnie z Thirami w WayEmpire nastały Czasy Szczęśliwości. Ludzkość kontroluje ImBu cyfrowy byt będący połączeniem programu Budda i wirtualnej reprezentacji Imperatora Gorgona Nemezjusa Ezry. Realną władzę sprawują Błogosławieni Ranowie wyznaczeni przez ImBu. Na tym nieskazitelnym obrazie pojawiają się jednak rysy: na jednej z planet wybucha epidemia, anarchista Han Fierce postanawia zamordować Rana, silniki pancerników otaczających Łzę Cheronei przestają działać, a Whale statki cywilizacji, która współistnieje z WayEmpire - otwierają ogień do tajemniczej obcej floty. Tymczasem Torkil Aymore odkrywa kult kobiety, która każe się nazywać Imperatorką i chce dzielić władzę z ImBu. Imperatorka twierdzi, że tylko ona może uratować ludzkość Biorąc do ręki kolejny tom przygód Gamedeca, aż chciałoby się krzyknąć: Torkil Aymore powraca! - Katedra.nast.pl (Gamedec. Sprzedawcy lokomotyw) Stworzony przez Przybyłka świat jest niesamowity. - Esensja.stopklatka.pl (Gamedec. Zabaweczki. Sztorm)

12557
Eлектронна книга

Gamedec. Gamedec. Obrazki z Imperium. Część 2

Marcin Sergiusz Przybyłek

Torkil Aymore powraca! Marcin Przybyłek zasila serię Horyzonty zdarzeń kolejnym tomem przygód Gamedeca. Po Drugiej Wojnie z Thirami w WayEmpire nastały Czasy Szczęśliwości. Ludzkość kontroluje ImBu cyfrowy byt będący połączeniem programu Budda i wirtualnej reprezentacji Imperatora Gorgona Nemezjusa Ezry. Realną władzę sprawują Błogosławieni Ranowie wyznaczeni przez ImBu. Na tym nieskazitelnym obrazie pojawiają się jednak rysy: na jednej z planet wybucha epidemia, anarchista Han Fierce postanawia zamordować Rana, silniki pancerników otaczających Łzę Cheronei przestają działać, a Whale statki cywilizacji, która współistnieje z WayEmpire - otwierają ogień do tajemniczej obcej floty. Tymczasem Torkil Aymore odkrywa kult kobiety, która każe się nazywać Imperatorką i chce dzielić władzę z ImBu. Imperatorka twierdzi, że tylko ona może uratować ludzkość Biorąc do ręki kolejny tom przygód Gamedeca, aż chciałoby się krzyknąć: Torkil Aymore powraca! - Katedra.nast.pl (Gamedec. Sprzedawcy lokomotyw) Stworzony przez Przybyłka świat jest niesamowity. - Esensja.stopklatka.pl (Gamedec. Zabaweczki. Sztorm)

12558
Eлектронна книга

Gamedec. Love & Hate

Marcin Sergiusz Przybyłek

Niniejsza książka zawiera opowiadanie Licencja oraz powieść Love & Hate. Koniec XXII wieku, Warsaw City. Torkil Aymore, absolwent Uniwersytetu Medycznego Warsaw City, sprzedawca zabawek, człowiek skłócony z ojcem oskarżający go o śmierć matki, chce wyrwać się ze szponów reistycznej rzeczywistości. Jak wygląda zdobywanie licencji gamedeca? Kim jest Max Bełchatow, pierwszy mentor Torkila? Po co podążać granicą rzeczywistości? I czy ten zawód ma w ogóle sens? Sztuczne inteligencje nie rozumieją, co widzą, nie nadają znaczeń wypowiadanym przez siebie słowom, nie pojmują, co do nich mówimy nie wiedzą nawet, że istnieją. Mimo to stanowią zagrożenie nie tylko dla malarzy, rzeźbiarzy i pisarzy. Młoda aktorka Marla Stone szantażuje Torkila, by wziął z nią udział w grze Love & Hate, virtuality show, w którym ludzie konkurują z programami. W ten sposób chce powrócić w światła sceny i udowodnić, że SI nie mają szans z człowiekiem. Czy gamedecowi uda się odróżnić ludzi od botów? Jaki jest ukryty plan Marli? I jaki jest ukryty plan Torkila?

12559
Eлектронна книга

Gamedec (Tom 2). Gamedec. Sprzedawcy lokomotyw

Marcin Sergiusz Przybyłek

DRUGA CZĘŚĆ PIĘCIOTOMOWEGO CYKLU GAMEDEC Rok 2199. Rozwój świata przyspiesza. W sieci pojawiają się wirusy, których celem stają się zoeneci. Ataki są tak gwałtowne, że Torkil Aymore wraz z przyjaciółmi postanawiają zbadać sprawę. Nie wiedzą, że wkraczają na arenę międzykorporacyjnych zmagań, gdzie rozwikłanie jednej zagadki postawi ich przed kurtyną, za którą kryje się następna tajemnica Kto stoi za atakami w sieci? Rządy? Firmy farmaceutyczne? Zoenet Labs? Kto na tym skorzysta? Jaki związek z cyfrowym pandemonium mają działania transportowego potentata Mobillenium? A może splot tych wszystkich wydarzeń jest wynikiem przypadku? O nie, o nie, co wy we mnie widzicie? Odczepcie się. Przecież niczym się nie wyróżniam oprócz tego, że wszystkich was znam i doskonale się sprawdzam nagła myśl spowodowała, że zbladłem w roli kozła ofiarnego.

12560
Eлектронна книга

Gamedec (Tom 3). Gamedec. Zabaweczki

Marcin Sergiusz Przybyłek

TRZECIA CZĘŚĆ 5-TOMOWEGO CYKLU GAMEDEC Megastatek emigracyjny Medusa wiozący pasażerów na Gaję nie wyłania się na docelowej orbicie. Ubezpieczyciel rejsu postanawia wszcząć śledztwo, a Lilith Ernal, agentka tej firmy, wynajmuje Torkila. Ten, chociaż skłonny się zaangażować, pragnie też pomóc Peterowi Crashowi Kytesowi w sprawie Mikea Gunnera, rozgrywającego drużyny Bezbolesnych, który został zamordowany na Ziemi. Torkil chce także poinformować władze Gai, że Bestia nie została pokonana. Jak poprowadzić trzy sprawy jednocześnie? Czy można znaleźć się w tym samym czasie w trzech różnych miejscach? Dokąd zaprowadzą Gamedeca kosmiczna przygoda, ziemskie dochodzenie i próba dotarcia do władz Gai? Czy tylko on widzi anioły i demony? I ostatecznie: czy jednostka może wpłynąć na losy świata? Nadchodzą zmiany. I nic już nie będzie takie jak przedtem.