Rare find

Soluna. A tool for making 2D games that run on Windows, Mac, Linux, and in web browsers.

github.com/cloudwu/soluna

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2026
  • update yoga
  • update sokol
  • update lua 5.5.1
  • Merge pull request #112 from yuchanns/feat/no-break-text-groups
  • text: add no-break wrap groups
  • Merge pull request #111 from yuchanns/fix/wasm-copy
  • fix(font): trailing space layout
  • fix(wasm): paste on main thread
  • Merge pull request #105 from yuchanns/feat/font-extapi-opaque
  • rework: simplify text layout metrics
  • rework: simplify text layout style store
  • fix: text block args handling
  • support yoga overflow
  • fix: keep text styles alive in block closures
  • fix: text cursor positions for spaces
  • split text layout style and line metrics
  • fix: scale clip scissor rects for dpi
  • fix: center custom text line height leading
  • test: update text case
  • Extend text layout queries
  • Add clip material rect command
  • Merge pull request #110 from yuchanns/ci/update
  • website: update astro
  • ci: update gh pages
  • ci: update all versions of actions
  • support text styles
  • add mattext.styles() for multi-font support, and fix bugs in last commit
  • Add hit_test()
June 2026
  • Merge pull request #106 from yuchanns/feat/materialapi
  • perf(extlua): batch external material submits