A simple calculator that allows the user to send values between calculators and store calculation results for reuse later.

About LRCalc


Most of the time when I'm working with a calculator program, I copy values down and then use them in subsequent calculations. I want a calculator program where I can store the value of a calculation into a variable to be referenced later.

Read more
Filters

Recent Activity

Quick demo of the program to show how users can create new calculators and reference them as variables from other calculators where the results are instantly updated so they can see how changes in variables affect their expression.

I didn't get to work on this until yesterday (Saturday) and most of today (Sunday) due to a crazy work week, but on the whole, I've very happy with my progress and final result. I had to cut a few features I had planned in my head, but I was able to implement the core feature that I had in mind. I originally named in LRCalc because it was going to feature a "Left" and a "Right" calculator that you could use to swap values, but I got the idea on Tuesday to make a calculator where you could just reference other calculators and this was my final result.

This was also my first time using Microui and it was quite nice.

I've uploaded the code to a Github Repository here.

https://github.com/rstefanic/lrcalc

This was my first update that I shared in the Discord. This is where the project was last Tuesday. That was the last day I worked on it until yesterday (the weekend).