ggerganov / imgui-ws

Dear ImGui over WebSockets
MIT License
457 stars 56 forks source link

ImDrawData compression benchmarks #2

Closed ggerganov closed 5 years ago

ggerganov commented 5 years ago

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