- jMonkeyEngine 3.0 Beginner’s Guide
- Ruth Kusterer
- 140字
- 2025-04-04 22:38:53
Chapter 1. Installing jMonkeyEngine
When a group of heroes set out on a quest, they grab their armor and weapons—when you set out on a game development adventure, you grab the jMonkeyEngine SDK.
The jMonkeyEngine Software Development Kit (SDK) contains everything that you need to get started quickly: the jMonkeyEngine libraries, Javadoc, sample code, and lots of nifty game development utilities. This bundle also includes all necessary native libraries, such as LightWeight Java Game Library (LWJGL). This means there is no second installation step, neither for the development team, nor for users of the games that we create.

In this chapter you will learn:
- What the hardware and software requirements are
- How to install the jMonkeyEngine SDK
- How the tools in the jMonkeyEngine SDK make a developer's life easier
- How to create and distribute jMonkeyEngine games