Skip to content

A port of the arduboy bitmap converter but written in c++ so that the script can be easily used in other projects without the need to use JavaScript.

License

Notifications You must be signed in to change notification settings

TallenPeli/Arduboy-Obraz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ArduBoy Bitmap Image Converter (C++)

This project is a C++ port of the Arduboy bitmap converter, designed to facilitate easy integration into various projects without relying on JavaScript.

How to Use

This code is tailored for Linux systems with the X11 library installed. However, it doesn't require running X11 for functionality.

Dependencies

  • wget
  • g++
  • libx11-dev
  • CImg

Install dependnecies

Ubnutu

sudo apt install g++ wget git libx11-dev

RHEL/Fedora

sudo dnf install g++ wget git libX11-devel

Arch/Manjaro

sudo pacman -S g++ wget git libx11

Setting up

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

Compilation

g++ main.cpp -o converter -lX11

Execution

./converter

About

A port of the arduboy bitmap converter but written in c++ so that the script can be easily used in other projects without the need to use JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages