Skip to content

0.0.1 - First Version

Latest
Compare
Choose a tag to compare
@danielml2 danielml2 released this 07 Nov 21:58
· 6 commits to main since this release

It kind of just works, UI needs some work and polish, along with later adding abillity to Zoom in/out of the chart and replaying values in real time, just like the shuffleboard recordings

Current Features:

  • Read Shuffleboard CSV files & load them onto the linechart
  • Abillity to show specific values on the graph, chosen by the user (by categories and values)
  • Seeing the value at each point in time on the graph and seeing the exact value at that time (using linear interpolation)

How to use it?

  • Export a Shuffleboard Recording to CSV file form
  • Download the jar file & open it
  • Choose the CSV recording file, and load it
  • Profit
    (there are example shuffleboard csv file in the data folder, if you want to try it out for yourself, jar kinda chunky because of dependencies)

edit: forgot to test jar before releasing, is broken atm will fix soon it's just 12am and i dont wanna deal with this Fixed! at least it should run now