- jMonkeyEngine 3.0 Cookbook
- Rickard Edén
- 245字
- 2021-09-03 10:00:44
What this book covers
Chapter 1, SDK Game Development Hub, will take a tour around the SDK, always with the game in mind. Learn about built-in functions and plugins that make your life easier.
Chapter 2, Cameras and Game Controls, contains a number of concrete ways to use cameras and control avatars for a variety of game types.
Chapter 3, World Building, explores different methods you can use to create and modify environments for games.
Chapter 4, Mastering Character Animations, enables you to learn all you need to know about controlling character animations.
Chapter 5, Artificial Intelligence, contains a look at the basics and common challenges of AI for games.
Chapter 6, GUI with Nifty GUI, contains techniques to develop a lot of the common user interfaces a game needs.
Chapter 7, Networking with SpiderMonkey, is an introduction to UDP/TCP networking for games in jMonkeyEngine.
Chapter 8, Physics with Bullet, will teach you the Bullet implementation and how to apply it to your games.
Chapter 9, Taking Our Game to the Next Level, will tell you what to do when your game mechanics are in and the game is playable. Still, you will feel the game lacks something. This chapter shows different methods to advance your game further in quality.
Appendix, Information Fragments, contains some generic pieces of code and instructions that can be used across chapters. It also has some full-code segments for recipes that are too long to include in the chapters themselves.
- C語言程序設計教程
- Java EE 6 企業級應用開發教程
- Python從小白到大牛
- Visual Basic編程:從基礎到實踐(第2版)
- PHP程序設計(慕課版)
- 信息安全技術
- INSTANT Passbook App Development for iOS How-to
- Hands-On Natural Language Processing with Python
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- 計算機應用基礎實踐教程
- 深入淺出React和Redux
- D3.js By Example
- Learning PHP 7
- Learning Unreal Engine Android Game Development
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper