This project is a C++ port of the Arduboy bitmap converter, designed to facilitate easy integration into various projects without relying on JavaScript.
This code is tailored for Linux systems with the X11 library installed. However, it doesn't require running X11 for functionality.
- wget
- g++
- libx11-dev
- CImg
sudo apt install g++ wget git libx11-dev
sudo dnf install g++ wget git libX11-devel
sudo pacman -S g++ wget git libx11
Clone the repo and cd into it
git clone https://github.com/Talleeenos69/ArduBoy-Bitmap-Image-converter-C-plus-plus && cd ./ArduBoy-Bitmap-Image-converter-C-plus-plus
Next, you need to download the CImg library from the official site and extract it to the project directory
wget https://cimg.eu/files/CImg_latest.zip
unzip CImg_latest.zip
g++ main.cpp -o converter -lX11
./converter