Added README.md

This commit is contained in:
The Wobbler 2024-12-01 14:14:23 +01:00
parent f80fbc8348
commit 88ed72af3e

11
README.md Normal file
View file

@ -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<br/>where single bits control the color,<br/>the editor can highlight the enabled bits. | <input type="checkbox" disabled checked /> Implemented |