o
odinpkg.dev
packages / library / odin-opengl-basics

odin-opengl-basics

0740c9dlibrary

Simple openGL odin examples

No license · updated 2 months ago

Odin OpenGL examples

Some simple examples of OpenGL, using the odin language.

This is an exploration and experimentation project. To build some graphic components, with Odin language. These may be later used, to build a very basic graphics engine.

Using the examples

All examples work as independent files. This is different than default odin behaviour, for a folder. odin build . will not work for this project.

To build each example, as an independent file, use the odin command as follows. This will build the cube-1 example:

odin build cube-1.odin -file

A single executable file is obtained, for each example.


Copyright (c) 2025 xzzulz