Skip to content

Joa98Dev/bitdecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitDecoder

BitDecoder is a simple desktop utility built with C++, Dear ImGui, GLFW, and OpenGL that allows you to:

  • Convert normal text to binary
  • Convert binary back to text
  • Convert binary back to text
  • Copy results to the clipboard
  • Quicklyly clear input fields

It is designed as a lightweight, fast, private and easy-to-use tool with a clean graphical interface.


✨ Features

  • Text → Binary conversion
  • Binary → Text conversion
  • Copy to clipboard buttons
  • Clean input fields
  • Simple and minimal UI
  • Fully offline for the best privacy
  • Does not collect any data from the user
  • Cross-platform (Linux, Windows, macOS with minor changes)

🖼️ Screenshot

BitDecoder screenshot


🛠️ Build Requirements

  • CMake 3.10 or newer
  • C++17 compatible compiler
  • GLFW
  • OpenGL
  • Dear ImGui (included as a git submodule in external/imgui)

📦 Cloning the repository

This project uses git submodules to include Dear ImGui.

You must clone it like this:

git clone --recurse-submodules https://github.com/Joa98Dev/bitdecoder.git

🔧 Build Instructions (Linux)

mkdir build
cd build
cmake ..
make
./BitDecoder

About

BitDecoder is a simple, offline and private desktop utility that allows you to convert Text to Binary and vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors