/chromium-peeker

A native C++11 Win32 utility to download a list of Chromium builds for Windows.

Primary LanguageC++MIT LicenseMIT

Chromium Peeker

A native C++11 Win32 utility to download a list of Chromium builds for Windows, allowing info fetching and ZIP package download.

Screenshot

WinLamb library

This project uses WinLamb library in a submodule.

After cloning the repository, pull the submodule files by running:

git submodule init
git submodule update

Showcase

The project showcases the following WinLamb features:

  • main and modal dialogs;
  • multi-threaded background operations;
  • listview control;
  • progress indicator on taskbar;
  • download files from the Internet;
  • manipulate XML documents;
  • unzip files.