The application allows multiple files located in different folder to be downloaded simultaneously. It also provides a minimal and interactive user interface.
Warning The application is still in development stage some unwanted bugs might occur. Feel free to raise issues on this github page.
Requirements:
- Premake5 - Configuration Generator
- Visual Studio 2022 - Compiling
- SimpleHttpServer
Build as static library using cmake with release config
cmake --build build --config Release
cmake --install . --config Release
copy the lib and include directory from the install location into packages/cpr
Build as static library using cmake with release config and copy include and lib dir to packages/glfw
Just clone the repository and the respective folder and that's it.
Note Place all the required imgui files from the repository along with the one used for interfacing with glfw backend and that's all. All the files should be located in the
packages/imgui