All Projects → wmww → BrainfuckIDE

wmww / BrainfuckIDE

Licence: MIT license
A Brainfuck IDE/debugger designed to be intuitive, featureful and visually appealing

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to BrainfuckIDE

bfloader
🧠 Brainfuck IDE and interpreter in 512 bytes. (boot sector)
Stars: ✭ 41 (-46.75%)
Mutual labels:  ide, brainfuck, brainfuck-interpreter
godot-ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 316 (+310.39%)
Mutual labels:  godot, godot-engine
Freedom-Hunter
Monster Hunter like action RPG game
Stars: ✭ 71 (-7.79%)
Mutual labels:  godot, godot-engine
discord.gd
Discord Bot API wrapper for Godot. Make bots in GDScript.
Stars: ✭ 69 (-10.39%)
Mutual labels:  godot, godot-engine
godot-nightly
A program to download the latest version of Godot Nightly Builds
Stars: ✭ 23 (-70.13%)
Mutual labels:  godot, godot-engine
godot-plugin-refresher
Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
Stars: ✭ 104 (+35.06%)
Mutual labels:  godot, godot-engine
Logic-Circuit-Simulator
A free and open-source Logic Circuit Simulator built in Godot Engine.
Stars: ✭ 23 (-70.13%)
Mutual labels:  godot, godot-engine
Persistence
Plugin para almacenar datos de forma persistente en Godot Engine 3
Stars: ✭ 20 (-74.03%)
Mutual labels:  godot, godot-engine
godot-size-benchmarks
Benchmarks to compare Godot binary sizes with different build-time options
Stars: ✭ 36 (-53.25%)
Mutual labels:  godot, godot-engine
GodotDiscordSDK
A Discord Game SDK wrapper for Godot, written in C.
Stars: ✭ 40 (-48.05%)
Mutual labels:  godot, godot-engine
Fake-Interior-Shader-for-GodotEngine
Interior Mapping shader for the Godot Game Engine 3.x that works with both GLES3 and GLES2.
Stars: ✭ 40 (-48.05%)
Mutual labels:  godot, godot-engine
Godot-3.0-Noise-Shaders
Godot 3.0 Noise Shaders
Stars: ✭ 38 (-50.65%)
Mutual labels:  godot, godot-engine
godopy
[WIP] Python scripting for the Godot game engine
Stars: ✭ 27 (-64.94%)
Mutual labels:  godot, godot-engine
godot-shotgun-party
An evolving multiplayer project for Godot Engine 3.
Stars: ✭ 171 (+122.08%)
Mutual labels:  godot, godot-engine
godot-kotlin
Kotlin Native bindings for Godot Engine
Stars: ✭ 11 (-85.71%)
Mutual labels:  godot, godot-engine
brainfuck
Brainfuck interpreter companion to the brain programming language
Stars: ✭ 32 (-58.44%)
Mutual labels:  brainfuck, brainfuck-interpreter
OpMon-Godot
An open source Pokemon-inspired game, now with Godot
Stars: ✭ 50 (-35.06%)
Mutual labels:  godot, godot-engine
gdosc
OSC module for Godot game engine - it is now discontinued in favor of https://gitlab.com/frankiezafe/gdosc
Stars: ✭ 14 (-81.82%)
Mutual labels:  godot, godot-engine
godot-sponza
Sponza demo for Godot 3.x (`master` branch) and 4 (`4.0-dev` branch)
Stars: ✭ 133 (+72.73%)
Mutual labels:  godot, godot-engine
-godot-gj-api
GameJolt API plugin for Godot Engine
Stars: ✭ 45 (-41.56%)
Mutual labels:  godot, godot-engine

Graphical Brainfuck IDE

An intuitive, featureful and visually appealing Brainfuck IDE/debugger built in Godot

Standalone builds for Linux, Windows and Mac available here.

About

Brainfuck is a relatively well known esoteric programming language made up of only 8 single-character commands (+, -, >, <, ,, ., [ and ]). While there are numerous Brainfuck interpreters and compilers, this project aims to make Brainfuck simple, easy and fun.

Features

  • REPL-like behavior
  • Variety of input methods
  • Useful sample code
  • Animated real-time data tape with adjustable zoom
  • IO panel
  • Speed-of-execution controls
  • Optional 8bit mode

Contributing

Pull requests welcome! All you need to do to get started is clone this repo and download the Godot game engine (NOTE: you currently need Godot 2. For porting to godot 3 see #4). If you haven't used it before, Godot has integrated code and UI editors, and its scripting language, GDScript, is quite similar to Python (Don't listen to GitHub, this is NOT a C++ project). Any of the help wanted issues would be great to start out on.

Screenshots

screenshot 0 screenshot 1 recording

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].