lwjglgamedev / lwjglbook-leg

Source code of the chapters of the book 3D Game Development with LWJGL 3
https://ahbejarano.gitbook.io/lwjglgamedev/
Apache License 2.0
560 stars 202 forks source link

New OpenGL features #44

Closed mudlee closed 2 years ago

mudlee commented 7 years ago

Hi, just a comment. I've started to read the OpenGL red book, and there are a lot of new stuff people can use, but none of the existing tutorials cover.

For example:

Here is my repo where I use these, feel free to use it to update your tutorials: https://github.com/mudlee/intermetto2D

I commit only, when everything is running fine. BTW, it will be (ever?) a 2D platformer, nothing special :)

lwjglgamedev commented 7 years ago

Hi,

Thanks for the suggestions. I will have a look at it. It's been a long time since I added new chapters, due to lack of spare time. In any case, I was also thinking in writing a tutorial about deferred shading.

Best regards.