Skip to content

v0.1.0

Choose a tag to compare

@orhun orhun released this 13 Jun 13:42
· 49 commits to main since this release
ed27cbe

0.1.0 - 2025-06-13

Happy to announce the 0.1.0 release of Ratzilla! 🎉

The biggest addition in this release is the WebGL2 backend, which allows faster rendering and more capabilities 🔥

The WebGL2 backend is powered by beamterm which is a high-performance terminal renderer by @junkdog

🚀 Features

  • (backend) Add WebGL2 Backend by @junkdog in #100
  • (canvas) Minimize number of canvas state change operations by @junkdog in #93
  • (utils) Add support for dynamically calling JS functions from Rust by @lurkny in #86
  • (canvas) Extend CanvasBackend with options by @junkdog in #88
  • (canvas) Support setting the cursor shape by @dawedawe in #84
  • (canvas) Add debug mode by @lurkny in #83
  • (examples) Add clipboard example by @orhun in #80

📚 Documentation

⚡ Performance

  • (canvas) Reduce the number of WASM calls by @junkdog in #89

🎨 Styling

  • (examples) Spice up demo example's effects by @junkdog in #94

💖 New Contributors

Full Changelog: v0.0.6...0.1.0