Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

0.3.2

Choose a tag to compare

@davesmith00000 davesmith00000 released this 08 Nov 18:20

This release introduces higher-performance nearly-drop-in alternatives to two of the standard components, both with their own trade-off's.

  1. RogueTerminalEmulator is a faster, more dangerous version of TerminalEmulator. It is a mutable structure and so is much faster, but requires a little more thought in it's use (perhaps). Unlike the original, it is packed, not sparse for more constant memory usage.
  2. TerminalMaterial is a leaner version of TerminalText, with the (slightly dubious) drop shadow functionality removed. It requires less data all round, and has simpler, faster shader code.

What's Changed

Full Changelog: v0.3.1...v0.3.2