
Publisher
pgelvin
RCalc
A lightweight RPN calculator. Note: This addon utilizes GDExtension. If you have errors after installing, please reload your project so the GDExtension can be correctly loaded. = Extended Types RCalc can understand scalar types like integers and real numbers, as well as vectors and square matrices of sizes 2, 3, and 4. When operating purely in the scalar integer domain, RCalc can promote up to BigInts to avoid floating point imprecision. = 84 Operators RCalc has 84 built-in operators with inc...
RCalc-GD
RCalc-GD is an editor plugin for Godot 4.2. Download and enable it to add an RCalc pane to the editor (It defaults to the top left, next to the Scene and Import panes).
You can type \help
to open a help window, describing how to use RCalc, and listing all commands, operators, and units supported.
For more information about RCalc, see the GitHub repo.
This plugin relies on the GDExtension Bindings for RCalc.