Skip to content

Instantly share code, notes, and snippets.

View kno3comma14's full-sized avatar
🎯
Focused

Enyert Vinas kno3comma14

🎯
Focused
View GitHub Profile
@gingerBill
gingerBill / sdl2_opengl_demo.odin
Last active April 9, 2025 15:15
Simple SDL2 + OpenGL demo written in Odin
package main
import "core:fmt"
import glm "core:math/linalg/glsl"
import "core:time"
import SDL "vendor:sdl2"
import gl "vendor:OpenGL"
main :: proc() {