From 88ed72af3e4810ea821d97b4f22bca88b7bd7d0b Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sun, 1 Dec 2024 14:14:23 +0100 Subject: [PATCH] Added README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9b2c8f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Bread Editor + +I couldn't find any binary editor with that you can edit single bits,\ +but I needed to write some binary data in a digital logic simulator.\ +So I just made one. + +### Features + +| Feature | Description | State | +|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| +| Editing of basic image formats | If u have a very simple black/white image format
where single bits control the color,
the editor can highlight the enabled bits. | Implemented |