Remix.run Logo
hilti a day ago

I am learning C++ and ImGUI. My first app is a JSONL Viewer. Recently I‘ve added support to read parquet files (uncompressed) too.

https://iotdata.systems/jsonlviewerpro/

Next step is to integrate a visual data pipeline by using ImNodes. I‘m slowly making progress in my experiments, but C++ has a steep learning curve, especially when targeting MacOS and Windows at the same time.