Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added about/screenshots/iconvectors-1-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/screenshots/iconvectors-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/screenshots/iconvectors-2-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/screenshots/iconvectors-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/screenshots/iconvectors-3-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/screenshots/iconvectors-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/screenshots/iconvectors-4-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/screenshots/iconvectors-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions about/screenshots/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@ title: "Screenshots"

This is a small taste of some of the applications built with wxWidgets.

## IconVectors

<div class="row thumbnails">
<div class="col-6 col-sm-3">
<a data-fancybox="iconvectors" href="iconvectors-1.png" title="IconVectors on Windows - Source Code">
<img src="iconvectors-1-thumb.png" class="img-thumbnail" alt="IconVectors on Windows - Source Code">
</a>
</div>
<div class="col-6 col-sm-3">
<a data-fancybox="iconvectors" href="iconvectors-2.png" title="IconVectors on Windows - About">
<img src="iconvectors-2-thumb.png" class="img-thumbnail" alt="IconVectors on Windows - About">
</a>
</div>
<div class="col-6 col-sm-3">
<a data-fancybox="iconvectors" href="iconvectors-3.png" title="IconVectors on Windows - Dark Theme">
<img src="iconvectors-3-thumb.png" class="img-thumbnail" alt="IconVectors on Windows - Dark Theme">
</a>
</div>
<div class="col-6 col-sm-3">
<a data-fancybox="iconvectors" href="iconvectors-4.png" title="IconVectors on MacOS - Dark Theme">
<img src="iconvectors-4-thumb.png" class="img-thumbnail" alt="IconVectors on MacOS - Dark Theme">
</a>
</div>
</div>

Axialis [IconVectors][iconvectors], is a professional SVG icon editor, designed for developers
who create or customize vector icons. It offers pixel-perfect editing, real-time export to
code (SVG, React, Vue, XAML, C++), and optimized output ready for integration into apps and
websites. Available for Windows and macOS, with a Linux version coming soon.

[iconvectors]: http://iconvectors.io/


## CopperCube

Expand Down