Ross ROSS = Recommend OSS · open-source software intelligence for agents

rxi/lume

Lua functions geared towards gamedev observed · 2026-08-28

github.com/rxi/lume · Lua · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4570
  • days_rel: n/a
  • days_push: 1018
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1240 stars · 85 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Lume is a single-file collection of Lua utility functions geared towards game development, covering math helpers, random choices, and table manipulation. It is dropped into a project and required as a module.

Use cases

  • lerp and smooth interpolation in a Lua game
  • clamp and round numbers in game logic
  • pick random or weighted random choices
  • calculate distance and angle between points
  • manipulate Lua tables with helper functions

When to choose

  • you're writing a Lua game (e.g. with LÖVE) and want lightweight math/table utilities
  • you want a dependency-free single-file library
  • you need interpolation, clamping, or weighted random selection helpers

When to avoid

  • you need a full game engine or framework
  • you need vector/matrix types rather than plain functions
  • your project isn't written in Lua

Facets

library · maturity maintenance

math game-engine lua cross-platform lua gamedev utility-functions single-file math-helpers game-development algorithms

1 source

Member repositories

RepositoryRoleHealth v2
rxi/lumemain23

For agents

markdown · JSON · MCP: product_card(name="rxi/lume")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem