Logo

3D Game Development with LWJGL 3

Small book cover: 3D Game Development with LWJGL 3

3D Game Development with LWJGL 3
by

Publisher: GitBook
Number of pages: 344

Description:
This online book will introduce the main concepts required to write a 3D game using the LWJGL 3 library. LWJGL is a Java library that provides access to native APIs used in the development of graphics (OpenGL), audio (OpenAL) and parallel computing (OpenCL) applications. This library leverages the high performance of native OpenGL applications while using the Java language.

Home page url

Download or read it online for free here:
Download link
(6.8MB, PDF)

Similar books

Book cover: Game Creation with XNAGame Creation with XNA
- Wikibooks
This book is a collection of tutorials on game creation with Microsoft's XNA framework. Contents: Basics; Game Design; Mathematics and Physics; Programming; Audio and Sound; 2D/3D Game Development; Networking and Multiplayer; AI; Kinect; etc.
(14766 views)
Book cover: Making Games with Python and PygameMaking Games with Python and Pygame
by
This is a programming book that covers the Pygame game library for the Python programming language. Each chapter gives you the complete source code for a new game and teaches the important programming concepts from these examples.
(22048 views)
Book cover: Cross-Platform Game Programming with gameplay3dCross-Platform Game Programming with gameplay3d
- Wikibooks
Gameplay3d is a free and open-source C++/Lua programming framework. This guide will begin by introducing you to gameplay3d, before delving more deeply into its many features. Clear step-by-step examples will be provided, along with code samples.
(15052 views)
Book cover: HTML5 Shoot 'em Up in an AfternoonHTML5 Shoot 'em Up in an Afternoon
by
Learn how to make a simple top-down shoot 'em up in a few hours using the Phaser HTML5 game framework. The book covers all of the basics: from placing and moving sprites, to managing collision detection and unit health, up to setting up a boss fight.
(5350 views)