語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Introduction to Video Game Engine De...
~
Brusca, Victor G.
Introduction to Video Game Engine Development = Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Introduction to Video Game Engine Development/ by Victor G Brusca.
其他題名:
Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine /
作者:
Brusca, Victor G.
面頁冊數:
XXIII, 382 p. 36 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Computer games—Programming. -
電子資源:
https://doi.org/10.1007/978-1-4842-7039-4
ISBN:
9781484270394
Introduction to Video Game Engine Development = Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine /
Brusca, Victor G.
Introduction to Video Game Engine Development
Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine /[electronic resource] :by Victor G Brusca. - 1st ed. 2021. - XXIII, 382 p. 36 illus.online resource.
Chapter 1: MmgBase API Introduction -- Chapter 2: Base Classes -- Chapter 3: Helper Classes -- Chapter 4: Other Classes -- Chapter 5: Advanced Classes -- Chapter 6: Widget Classes -- Chapter 7: Animation Classes -- Chapter 8: Game Screen Classes -- Chapter 9: MmgCore API Introduction -- Chapter 10: Static Main Entry Point -- Chapter 11: Dynamic Settings -- Chapter 12: Event Handlers -- Chapter 13: Resource Loading -- Chapter 14: Game Screens -- Chapter 15: Game Build Introduction -- Chapter 16: PongClone Project Setup -- Chapter 17: PongClone Main Menu Screen -- Chapter 18: PongClone Game Screen -- Chapter 19: Conclusion.
Start your video game development journey by learning how to build a 2D game engine from scratch. Using Java (with NetBeans as your IDE and using Java’s graphics framework) or by following along in C# (with Visual Studio as your IDE and using the MonoGame framework), you’ll cover the design and implementation of a 2D game engine in detail. Each class will be reviewed with demonstration code. You’ll gain experience using the engine by building a game from the ground up. Introduction to Video Game Engine Development reviews the design and implementation of a 2D game engine in three parts. Part 1 covers the low-level API class by class. You’ll see how to abstract lower-level functionality and design a set of classes that interact seamlessly with each other. You’ll learn how to draw objects, play sounds, render text, and more. In Part 2, you’ll review the mid-level API that is responsible for drawing the game, loading resources, and managing user input. Lastly, in Part 3, you’ll build a game from the ground up following a step-by-step process using the 2D game engine you just reviewed. On completing this book, you’ll have a solid foundation in video game engine design and implementation. You’ll also get exposure to building games from scratch, creating the solid foundation you’ll need to work with more advanced game engines, and industry tools, that require learning complex software, APIs, and IDEs. You will: Gain experience with lower-level game engine APIs and abstracting framework functionality Write application-level APIs: launching the game, loading resources, settings, processing input, and more Discover cross-platform APIs in the game engine projects written in both Java and C#/MonoGame Develop games with an SDK-based game engine and simplified tool chain focused on direct control of the game through code Master creating games by using the game engine to build a game from the ground up with only code and an IDE.
ISBN: 9781484270394
Standard No.: 10.1007/978-1-4842-7039-4doiSubjects--Topical Terms:
1256819
Computer games—Programming.
LC Class. No.: QA76.76.C672
Dewey Class. No.: 794.815
Introduction to Video Game Engine Development = Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine /
LDR
:04004nam a22003975i 4500
001
1055413
003
DE-He213
005
20210826011530.0
007
cr nn 008mamaa
008
220103s2021 xxu| s |||| 0|eng d
020
$a
9781484270394
$9
978-1-4842-7039-4
024
7
$a
10.1007/978-1-4842-7039-4
$2
doi
035
$a
978-1-4842-7039-4
050
4
$a
QA76.76.C672
072
7
$a
UMK
$2
bicssc
072
7
$a
COM012040
$2
bisacsh
072
7
$a
UMK
$2
thema
082
0 4
$a
794.815
$2
23
100
1
$a
Brusca, Victor G.
$e
author.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1360590
245
1 0
$a
Introduction to Video Game Engine Development
$h
[electronic resource] :
$b
Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine /
$c
by Victor G Brusca.
250
$a
1st ed. 2021.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
XXIII, 382 p. 36 illus.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Chapter 1: MmgBase API Introduction -- Chapter 2: Base Classes -- Chapter 3: Helper Classes -- Chapter 4: Other Classes -- Chapter 5: Advanced Classes -- Chapter 6: Widget Classes -- Chapter 7: Animation Classes -- Chapter 8: Game Screen Classes -- Chapter 9: MmgCore API Introduction -- Chapter 10: Static Main Entry Point -- Chapter 11: Dynamic Settings -- Chapter 12: Event Handlers -- Chapter 13: Resource Loading -- Chapter 14: Game Screens -- Chapter 15: Game Build Introduction -- Chapter 16: PongClone Project Setup -- Chapter 17: PongClone Main Menu Screen -- Chapter 18: PongClone Game Screen -- Chapter 19: Conclusion.
520
$a
Start your video game development journey by learning how to build a 2D game engine from scratch. Using Java (with NetBeans as your IDE and using Java’s graphics framework) or by following along in C# (with Visual Studio as your IDE and using the MonoGame framework), you’ll cover the design and implementation of a 2D game engine in detail. Each class will be reviewed with demonstration code. You’ll gain experience using the engine by building a game from the ground up. Introduction to Video Game Engine Development reviews the design and implementation of a 2D game engine in three parts. Part 1 covers the low-level API class by class. You’ll see how to abstract lower-level functionality and design a set of classes that interact seamlessly with each other. You’ll learn how to draw objects, play sounds, render text, and more. In Part 2, you’ll review the mid-level API that is responsible for drawing the game, loading resources, and managing user input. Lastly, in Part 3, you’ll build a game from the ground up following a step-by-step process using the 2D game engine you just reviewed. On completing this book, you’ll have a solid foundation in video game engine design and implementation. You’ll also get exposure to building games from scratch, creating the solid foundation you’ll need to work with more advanced game engines, and industry tools, that require learning complex software, APIs, and IDEs. You will: Gain experience with lower-level game engine APIs and abstracting framework functionality Write application-level APIs: launching the game, loading resources, settings, processing input, and more Discover cross-platform APIs in the game engine projects written in both Java and C#/MonoGame Develop games with an SDK-based game engine and simplified tool chain focused on direct control of the game through code Master creating games by using the game engine to build a game from the ground up with only code and an IDE.
650
0
$a
Computer games—Programming.
$3
1256819
650
0
$a
Java (Computer program language).
$3
686374
650
0
$a
Computer programming.
$3
527822
650
0
$a
Computer software.
$3
528062
650
1 4
$a
Game Development.
$3
1114505
650
2 4
$a
Java.
$3
1115949
650
2 4
$a
Programming Techniques.
$3
669781
650
2 4
$a
Professional Computing.
$3
1115983
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484270387
776
0 8
$i
Printed edition:
$z
9781484270400
776
0 8
$i
Printed edition:
$z
9781484277379
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7039-4
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入