Brainfuck-Studio
A downloadable tool for Windows and Linux
Brainfuck-Studio is a simple retro-like IDE for Brainfuck programming for Windows and Linux. It counts with a fancy looking GUI based on pixel art which makes this IDE different from the rest.
Features
- Release Mode
- Debug Mode (break points and memory viewer)
- Console input and output
- Syntax highlighting
- File operations (open, close, save, save as...)
- Multiple tabs
- Multiplatform
Open Source
It is free and open source, you can find the code in my GitHub repository. You can also contribute
Download
Download
Brainfuck-Studio-Installer.zip 1.3 MB
Install instructions
IMPORTANT
Java 11.0.15 required
If you do not have installed this version or higher, install it before installing Brainfuck-Studio
Comments
Log in with itch.io to leave a comment.
it seems to be inconsistant and wrong if speed is set too fast. Y'all should check for race conditions in the code or something
Edit3: more specifically its inconsistant at 0ms but seems to be fine at the next smallest speed
(old comment edits:
Edit: i have no idea if this is intentional but i found this:
if i have some value greater than 0 in a memory cell and i have a , command, which shound pause everything for input, and it usually does, but i put a [] loop with something inside after it, it still runs, even though the , shouldve paused it. Is this intended behaviour or not?
Edit 2: sometimes this results in inconsistant behaviour across different runs, other times it doesnt
)