Table and color formats

This page summarizes the projects mentioned and recommended in the original post on /r/Bitburner

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • bitburner-scripts

    Repository of Bitburner scripts (by bitburner-official)

    As for creating some new output, there's this from the github repository. That's possibly enough to get you started at least. You could also take some inspiration from this post. Just making a fancy log is certainly the easier option, but not as flexible.

  • tui-rs

    Discontinued Build terminal user interfaces and dashboards using Rust

    On Rust/WASM I have been playing around with using TUI which is a lib inspired by the NodeJS library Blessed Contrib which might me a good idea to look at (not sure how well it works with javascript though). I have also used Comfy-table with Rust for simple table output.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • blessed-contrib

    Build terminal dashboards using ascii/ansi art and javascript

    On Rust/WASM I have been playing around with using TUI which is a lib inspired by the NodeJS library Blessed Contrib which might me a good idea to look at (not sure how well it works with javascript though). I have also used Comfy-table with Rust for simple table output.

  • Table

    Formats data into a string table. (by gajus)

    For JavaScript/TS I would recommend looking at the NodeJS options and seeing what could give you enough access to the internals or allow implementing a custom backend. Table might be good.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts