/learnopengl

Kotlin port of learnopengl.com

Primary LanguageKotlinMIT LicenseMIT

Learn OpenGL

Kotlin Port of Joey De Vries OpenGL tutorials (https://learnopengl.com)

Original repository in C++ at https://github.com/JoeyDeVries/LearnOpenGL

Status:

  • 1. Getting Started
    • 1.1 Hello Window
    • 1.2 Hello Window Clear
    • 2.1 Hello Triangle
    • 2.2 Hello Triangle Indexed
    • 3.1 Shaders Uniform
    • 3.2 Shaders Interpolation
    • 3.3 Shaders Class
    • 4.1 Textures
    • 4.2 Textures Combined
    • 5.1 Transformations
    • 6.1 Coordinate Systems
    • 6.2 Coordinate Systems Depth
    • 6.3 Coordinate Systems Multiple