An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![Brainfuck Studio logo](/src/main/resources/images/icon/icon_128.png)

[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
![Brainfuck Studio screeshot](/res/screenshots/screenshot.png)


## 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)