AlexvZyl / NativeFramework

💡 A GPU-accelerated native application framework, with performance and scalability at its core. Written in C++ using GLFW, OpenGL and dear imgui.
4 stars 1 forks source link

Loading Large Files #373

Open AlexvZyl opened 2 years ago

AlexvZyl commented 2 years ago

Since we are starting to load in decently sized circuits it would be cool to have a progress bar.

Should also look at loading circuits in on a different thread.

https://github.com/ocornut/imgui/pull/5316

AlexvZyl commented 2 years ago

In release mode the files load blazingly fast, so this is not crucial for now.