Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/you-win/pseudo-calculator

A calculator + REPL made with Godot 3.4.4
https://github.com/you-win/pseudo-calculator

gdscript godot godot-engine repl

Last synced: about 1 month ago
JSON representation

A calculator + REPL made with Godot 3.4.4

Awesome Lists containing this project

README

        

# Pseudo Calculator ![](icon.png)
A calculator + REPL made in Godot 3.4.4.

Inspired by [this reddit post](https://www.reddit.com/r/godot/comments/u9cuup/gui_calculator_26_lines_of_code_mit_showcasing/) where some commenters got triggered by arbitrary code execution.

A [web build](https://fakefirefly.itch.io/pseudo-calculator) is available on itch.io. This is actually where arbitrary code execution starts becoming a concern, as Godot exposes a Javascript interface to the user/developer for web builds.

![](promotion/Input.PNG)