This repository was archived by the owner on Nov 20, 2025. It is now read-only.
0.3.2
This release introduces higher-performance nearly-drop-in alternatives to two of the standard components, both with their own trade-off's.
RogueTerminalEmulatoris a faster, more dangerous version ofTerminalEmulator. 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.TerminalMaterialis a leaner version ofTerminalText, with the (slightly dubious) drop shadow functionality removed. It requires less data all round, and has simpler, faster shader code.
What's Changed
- Benchmarking the TerminalEmulator by @davesmith00000 in #12
- Fixed #10: Added TerminalMaterial by @davesmith00000 in #13
Full Changelog: v0.3.1...v0.3.2