Book Image

Libgdx Cross-platform Game Development Cookbook

Book Image

Libgdx Cross-platform Game Development Cookbook

Overview of this book

Table of Contents (20 chapters)
Libgdx Cross-platform Game Development Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Now that you know how to render sprites on the screen, it is time to move on to more exciting and brighter things. Games have to be attractive to the eyes so as to catch the players' attention, and in this chapter, we will show you how to achieve such an effect.

We will start off with particle effects and then continue with image composition. Later, we will learn about shaders and all the amazing things we can produce with a programmable graphics pipeline. Finally, we will teach you how to embed a Libgdx window into a Java Swing application, which is quite useful to develop auxiliary tools.

Some of the concepts explained here might be a bit complicated, but despair not! Take it easy and make sure you study and play around with the sample code.