https://github.com/prat-man/brainfuck-studio
An IDE for Brainfuck with tabbed interface and syntax highlighting. Includes fast interpreter and debugger.
https://github.com/prat-man/brainfuck-studio
brainfuck brainfuck-ide ide java javafx
Last synced: about 1 month ago
JSON representation
An IDE for Brainfuck with tabbed interface and syntax highlighting. Includes fast interpreter and debugger.
- Host: GitHub
- URL: https://github.com/prat-man/brainfuck-studio
- Owner: prat-man
- License: gpl-3.0
- Created: 2020-08-26T19:38:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T12:29:08.000Z (over 1 year ago)
- Last Synced: 2024-03-17T19:02:07.972Z (about 1 year ago)
- Topics: brainfuck, brainfuck-ide, ide, java, javafx
- Language: Java
- Homepage: https://brainfuck.pratanumandal.in
- Size: 1.9 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[https://brainfuck.pratanumandal.in/](https://brainfuck.pratanumandal.in/)
# Brainfuck Studio
A modern IDE for Brainfuck with tabbed interface and syntax highlighting.
Create, debug, execute, and export (to other languages) brainfuck programs.
It supports Windows, OSX, and Linux.## Features
* Open source
* Cross platform
* Modern, clean, tabbed interface
* Fast code optimizing interpreter
* Graphical debugger with breakpoints
* Syntax highlighting
* Auto-completion
* Auto-saving and auto-updating
* Export from brainfuck to other languages
* Supports 8 bit and 16 bit cell sizes
* Supports custom memory size## Screenshot
## Information
Brainfuck Studio is written in Java 11 and uses JavaFX for its user interface.
A special thanks to [RichTextFX](https://github.com/FXMisc/RichTextFX) for their awesome rich text library for JavaFX.
The Brainfuck Studio icon is made by [Smashicons](https://www.flaticon.com/authors/smashicons) from [www.flaticon.com](https://www.flaticon.com/).## License
[GNU Public License v3.0](https://github.com/prat-man/Brainfuck-Studio/blob/master/LICENSE)