Skip to content

Instantly share code, notes, and snippets.

View keenanwoodall's full-sized avatar
🛠️
Making stuff!

Keenan Woodall keenanwoodall

🛠️
Making stuff!
View GitHub Profile
@keenanwoodall
keenanwoodall / rlmui.odin
Last active May 5, 2024 18:36
Easy two-line raylib + microui integration for the Odin programming language
package rlmui
import "core:fmt"
import "core:unicode/utf8"
import mu "vendor:microui"
import rl "vendor:raylib"
@(private) Color32 :: [4]u8
State :: struct {