Skip to content

v0.5.0

Choose a tag to compare

@oritwoen oritwoen released this 16 Jan 19:57
· 55 commits to main since this release

v0.5.0 is the next minor release.

👀 Highlights

🔧 New --backend flag for GPU backend selection. If you're hitting wgpu DX12 crashes on Windows, --backend vulkan gets you around it. Auto mode now prefers hardware GPUs over software renderers.

🔧 GPU Backend Selection

You can now pick which graphics API to use: vulkan, dx12, metal, gl, or auto. Auto mode tries Vulkan → Metal → DX12 → GL and skips software renderers (llvmpipe, SwiftShader) unless no hardware GPU is found.

  • --backend flag — explicit GPU backend control (#25)

✅ Upgrading

cargo install kangaroo

👉 Changelog

compare changes

🚀 Enhancements

  • gpu: --backend CLI flag for GPU backend selection (#25)

📖 Documentation

  • Performance history in BENCHMARKS.md
  • Badges and community section in README

🏡 Chore

  • aur: Enable all features in PKGBUILD

❤️ Contributors