We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
DBR
Jump to navigation
Jump to search
DBR(Drawing BRainfuck), it's brainfuck like language, where instead of text files are the images and text commands instead of colored pixels.
Commands colors
| RGB code | Brainfuck |
| 127127127 | > |
| 18512287 | < |
| 6372204 | + |
| 2372836 | - |
| 16373164 | no it's add 10 to current cell value |
| 200191231 | no it's subract 10 to current cell value |
| 136021 | no output current cell value as number |
| 25512739 | . |
| 2552420 | no sets current cell value to 0 |
| 112146190 | no stops program |
| 195195195 | no puts current cell number into current cell |
Hello, world!
Original size

External resources
- http://rdml-markup.netai.net/dbr/ (online interpreter)