Skip to content

Naitsirc98/LearnOpenGL-LWJGL3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

LearnOpenGL-LWJGL3

OpenGL tutorial by Joey De Vries ported to LWJGL3

This is a Java adaptation of the great tutorial by Joey De Vries, available at his website.

All the examples are completely written in Java, using LWJGL3, library which provides bindings to GLFW and OpenGL functions, the possibility of natively allocating/freeing resources, debug options and much more.

Thus, the code is very similar to the original in C++. However, I have also modified some parts of the original code to make it more efficient, better-looking, and to follow the Java coding style, always keeping the same results as in the original examples.

About

OpenGL tutorial by Joey De Vries ported to Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published