Interop with Spectre.Console
Can Terminaux and Spectre.Console be together?
Can Terminaux and Spectre.Console be together?
If you are using , you might notice that there are some features that are roughly similar to what Terminaux implements if we're talking about ideas and concepts. While Spectre.Console focuses on CLI, Terminaux focuses on both CLI and TUI. However, the graphical part of Spectre.Console, such as table rendering, is implemented differently in both libraries.
In a separate library, , you can perform translation operations. Please note that, when installing this package, Spectre.Console is also installed as a dependency.
You can translate Terminaux's renderables into Spectre.Console's renderables, but you can't translate the other way around due to how Spectre.Console implements them. The following translation methods are supported:
Mark
->
BoxFrame
->
You can't use Terminaux's writers to write the resulting Spectre's . You'll have to use the class.