Skip to content

Commit d908a61

Browse files
authored
Update README.md
1 parent b44dc73 commit d908a61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# bin2cpp20 - Binary to C++20 Source Conversion Tool
22

3+
![image](https://github.com/user-attachments/assets/73a67823-3893-42a8-87bf-3a20a27d0562)
4+
5+
Now contains GUI in Qt6.
6+
37
## Overview
48

9+
10+
511
`bin2cpp20` is a versatile command-line utility designed to convert binary files/string data into C++20 compliant source code. This enables the embedding of binary/string data directly within C++ applications in a portable and efficient manner. The tool offers flexibility in output formats, including vectors, arrays, and strings, and supports additional options like sorting and Unicode handling.
612

713
## Motivation

0 commit comments

Comments
 (0)