Dominaezzz / kgl-opengl-samples

KGL OpenGL samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KGL OpenGL Samples

A collection of open source samples for OpenGL written using the help of kgl.

Building

Windows

  • pacman -S mingw-w64-x86_64-glfw

Linux

  • sudo apt install glfw3

macOS

  • brew install glfw --HEAD

Examples

Simple render of a triangle.

Simple render of a textured quad.

About

KGL OpenGL samples

License:MIT License


Languages

Language:Kotlin 100.0%