Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/you-win/pseudo-calculator
- Owner: you-win
- License: mit
- Created: 2022-04-22T17:07:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T17:12:56.000Z (over 2 years ago)
- Last Synced: 2024-10-30T20:13:16.178Z (3 months ago)
- Topics: gdscript, godot, godot-engine, repl
- Language: GDScript
- Homepage:
- Size: 155 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)