Skip to content

Instantly share code, notes, and snippets.

@colorfulparadox
colorfulparadox / clay-slider.odin
Last active March 19, 2026 07:08
Implementation of a slider within Clay UI
/*
* Implementation of a slider within Clay UI
* Made by treefrog github: https://github.com/colorfulparadox discord: colorful_paradox
* 3/18/26
*/
package main
import "core:fmt"
import "core:math"