/GD-REPL

Repeat, Evaluate, Print, Loop (REPL) module for Godot Game Engine.

Primary LanguageGDScriptMIT LicenseMIT

Godot Engine REPL Module

Information

This adds a Repeat, Evaluate, Print, Loop (REPL) module to Godot, allowing one to evaluate GDScript expressions in the editor itself.

Example

See the GDScriptREPL project.

Currently, the REPL is missing the L (loop) part.

Godot 2

For Godot 2 support, please refer to the Godot2-REPL tag.

Installation