An open API service indexing awesome lists of open source software.

https://github.com/reybits/bin2hpp

Binary to C-array converter
https://github.com/reybits/bin2hpp

cpp gamedev linux macos tools

Last synced: about 1 month ago
JSON representation

Binary to C-array converter

Awesome Lists containing this project

README

          

# Binary to C-array converter

This tool converts binary files into C-style arrays. It is useful for embedding binary data directly into C/C++ source code.

## Download and build

You can view the source code repository on GitHub or get a copy using git with the following command:
```sh
git clone https://github.com/reybits/bin2hpp.git
cd bin2hpp
make release
```

## Usage

```sh
bin2hpp input_path [output_path] [options]
```
`output_path` and `options` are optional.

***

*© 2000-2024 Andrey A. Ugolnik. All Rights Reserved.* | *https://www.ugolnik.info* | *andrey@ugolnik.info*