All Projects â†’ reHackable â†’ Calculator

reHackable / Calculator

Licence: GPL-3.0 license
A primitive calculator for the reMarkable (early alpha)

Programming Languages

QML
638 projects
QMake
1090 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Calculator

Binary-Calculator-JavaScript
📱 A handy Calculator for Binary operations, that works on all Devices 📱 đŸ’ģ đŸ–Ĩ | ⛓ https://play.google.com/store/apps/details?id=com.binarycalculator.ayidouble.binarycalculator.app ⛓
Stars: ✭ 45 (+36.36%)
Mutual labels:  calculator
awesome-calculators
😎 A curated list of resources related to calculators!
Stars: ✭ 97 (+193.94%)
Mutual labels:  calculator
C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
Stars: ✭ 95 (+187.88%)
Mutual labels:  calculator
LoanJS
Calculate loan in js (browser/node.js) for equal installments, installments decreasing, the sum of interest, etc.
Stars: ✭ 20 (-39.39%)
Mutual labels:  calculator
hackernews2remarkable
Fetch top articles from HackerNews, pack as EPUB right in your reMarkable device
Stars: ✭ 87 (+163.64%)
Mutual labels:  remarkable-tablet
dino-run-ce
A clone of Google Chrome's dinosaur game for the TI-84+CE
Stars: ✭ 14 (-57.58%)
Mutual labels:  calculator
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (-15.15%)
Mutual labels:  calculator
crisp
A Minimal Lispy Calculator
Stars: ✭ 15 (-54.55%)
Mutual labels:  calculator
Shell-Scripts
Shell scripts about some basic topics, current time, calculator, sorting, restaurant and more.
Stars: ✭ 100 (+203.03%)
Mutual labels:  calculator
waved
Experimental driver for the reMarkable 2 E-Ink display
Stars: ✭ 31 (-6.06%)
Mutual labels:  remarkable-tablet
Desktop-Applications-JavaFX
JavaFX Open Source Projects
Stars: ✭ 69 (+109.09%)
Mutual labels:  calculator
gpacalculator
GPA Calculator for IIITA Curriculum
Stars: ✭ 39 (+18.18%)
Mutual labels:  calculator
binance-profit-calculator
Just some Trade History import tool to see how much profit you made. If you have bags (unsold coins) it tries to take those into account as well.
Stars: ✭ 30 (-9.09%)
Mutual labels:  calculator
Calculator
A Calculator App built with HTML, CSS, and JavaScript. It also has a Dark Mode.
Stars: ✭ 122 (+269.7%)
Mutual labels:  calculator
calculator
➗ Calculator with decimals, negative values, percentages.
Stars: ✭ 68 (+106.06%)
Mutual labels:  calculator
remarkable-custom-template-refresh
To refresh custom template manifest for reMarkable Tablet
Stars: ✭ 28 (-15.15%)
Mutual labels:  remarkable-tablet
rclc
Mathematical expression calculator with big integers, floats, common fractions, and complex numbers support
Stars: ✭ 24 (-27.27%)
Mutual labels:  calculator
calculator
åŸēäēŽ Electron + javascript 厞įŽ°įš„æĄŒéĸ莥įŽ—器åē”į”¨
Stars: ✭ 57 (+72.73%)
Mutual labels:  calculator
elcalc
➗ Cross-Platform calculator built with Electron!
Stars: ✭ 88 (+166.67%)
Mutual labels:  calculator
react-native-calculator
React Native Calculator and Calculator Input Component
Stars: ✭ 23 (-30.3%)
Mutual labels:  calculator

Calculator

A primitive touch based calculator written for the reMarkable tablet. The design and functionality are primarily based on the stock Android Material design calculator found on most Android 5.0+ devices

At the current state, even for a primitive calculator it is still lacking a great amount of features that will be implemented in the future.

Additionally, the paper white display suffers from great latency, which may make the experience seem bothersome to some users.

Build

The calculator can be build for both reMarkable and desktop. However, as it has primarily been written with the reMarkable in mind, visuals may look odd.

In the upcoming future it is planned to separate both platforms with a branch each

reMarkable

The project file under this repository was saved in such a way, that no modification is required to compile it for the reMarkable, that is assuming that the user has created and selected a kit for the reMarkable. If not, then please do so with the help of this guide

Simply import this project in your Qt Creator IDE and run the application with your reMarkable kit.

Desktop

The build the calculator for your desktop, switch to the desktop branch:

$ git fetch
$ git checkout desktop

With this being set, you may compile and execute the application on your desktop system.

Tips

Some tips that should be noted:

  • To delete the entire calculation, simply hold the 'DEL' button
  • Decimals are floored at 12th decimal
  • A cursor can be placed and positioned either trough the touchscreen or trough the buttons to delete certain parts of the calculation

Desktop emulation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].