[Java] Getting Started with games & build your first game with LWJGL 3
So I've recently discovered this book written for people who want to get started with writing games in OpenGL in LWJGL 3. It's a good book. It's easy to read and understand.
If you want to start developing games then I recommend reading this book / tutorial.
Note; I didn't write any of this, I'm merely sharing this since this is a good book and it is released under this license.
The book contains:
I hope you'll enjoy this book.
Summary:
Book: https://www.gitbook.com/book/lwjglgamedev/3d-game-development-with-lwjgl/details
Source Code: https://github.com/lwjglgamedev/lwjglbook
So I've recently discovered this book written for people who want to get started with writing games in OpenGL in LWJGL 3. It's a good book. It's easy to read and understand.
If you want to start developing games then I recommend reading this book / tutorial.
Note; I didn't write any of this, I'm merely sharing this since this is a good book and it is released under this license.
The book contains:
- Getting started
- Audio
- Shaders
- Shadow mapping
- Texturing
- Lights
- Cameras
- Terrains
- Collision
- Particles
- Skeletal Animation
- 3D Object Raypicking
- More..
I hope you'll enjoy this book.
Summary:
Book: https://www.gitbook.com/book/lwjglgamedev/3d-game-development-with-lwjgl/details
Source Code: https://github.com/lwjglgamedev/lwjglbook
Last edited: