A very basic triangle example in Odin using OpenGL.
Code is essentially ported from the LearnOpenGL site.
Odin language can be installed using the instructions at the official website
Code only depends on packages already in the odin core/vendor libraries and can be built
with the command: odin build main