Skip to content

kruzuslabs/LearnOpenGL-LWJGL3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

TODO

Adding a nextjs based Documentation to make it easier to read on web based, project idea.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.4%
  • GLSL 13.6%