o
odin.langpkg.dev
packages / library / learning-opengl-odin-starter-kit

learning-opengl-odin-starter-kit

cf2189clibrary

No description provided.

No license · updated 4 years ago

Learn OpenGL - Odin Starter Kit

A small template to get started on https://learnopengl.com when using Odin.

The included code sets up a window, sets the correct OpenGL core profile to v3.3, and renders in a loop with a color buffer clear. Everything to jump right in and start rendering triangles.

Run with odin run . when inside the directory with the starter file.