Versions in this module Expand all Collapse all v0 v0.2.0 Aug 9, 2026 v0.1.0 Aug 1, 2026 Changes in this version + var DeltaTime float64 + var Height float64 + var MouseButtons int + var MouseX float64 + var MouseY float64 + var Width float64 + func AddFileSystem(efs fs.FS) + func ClearBackground(r, g, b, a uint8) + func DrawRectangle(x, y, width, height float64) + func DrawText(font Font, text string, x, y float64, size int) + func DrawTexture2f(texture Texture, dx, dy float64) + func DrawTexture4f(texture Texture, dx, dy, dWidth, dHeight float64) + func DrawTexture8f(texture Texture, dx, dy, dWidth, dHeight, sx, sy, sWidth, sHeight float64) + func SetAnimationLoop(animate func()) + func SetTintColor(r, g, b, a uint8) + func SetTransform(a, b, c, d, e, f float64) + type Font struct + func LoadFont(cssFont string) Font + type Texture struct + Height float64 + Width float64 + func LoadTexture(fileName string) Texture