You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to create a simple framework for benchmarking various ImDrawData compression approaches by running them on the same input buffers and reporting the computation time and compression factors. This will help finding the best compression approach for #1
Record generated ImDrawData buffers generated from various scenes and store them in binary files
Implement a tool that reads those files and passes them to a custom compression function in the same way as if the buffers were generated by Dear ImGui. The tool would record the processing time and the output size.
Implement a tool that renders the binary files (i.e. replay) for display purposes
The text was updated successfully, but these errors were encountered:
Used to benchmark the performance of different ImDrawData compressors.
Currently reports compression ratio + estimated average bandwith for
a websocket client using such compressor.
Description
The goal is to create a simple framework for benchmarking various ImDrawData compression approaches by running them on the same input buffers and reporting the computation time and compression factors. This will help finding the best compression approach for #1
The text was updated successfully, but these errors were encountered: