WarpPI/README.md

23 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2017-02-06 21:48:21 +01:00
# WarpPI Calculator
2018-03-25 20:42:03 +02:00
Step-by-step algebra calculator for Raspberry PI.
2017-04-23 14:22:34 +02:00
2018-10-06 16:41:21 +02:00
**This project is experimental and strictly related to my calculator, designed to run on a raspberry PI Zero.**<br>
2018-10-06 16:41:10 +02:00
**Many fundamental features are missing, this project is still in its infancy.**<br>
2017-07-02 23:13:53 +02:00
2017-05-28 15:59:31 +02:00
**If you really want to build and test it on your computer take account of that.**
2017-04-23 14:17:17 +02:00
2018-06-11 22:46:21 +02:00
# Live preview
This preview has been built using TeaVM: a JVM made in javascript.
Obviously it runs slower than the original.
2019-12-16 16:54:10 +01:00
https://local.cavallium.it/calculator/
2018-06-11 22:46:21 +02:00
2018-02-04 12:05:05 +01:00
# Keypad PCB
https://workspace.circuitmaker.com/Projects/Details/Andrea-Cavalli/Scientific-calculator-Keypad
2018-09-04 12:14:36 +02:00
![alt text](https://raw.githubusercontent.com/Cavallium/WarpPI/master/core/src/main/resources/keypad-preview.jpg "Pictures")
2018-02-04 12:05:05 +01:00
# Photos and pictures
2018-09-04 12:14:36 +02:00
![alt text](https://raw.githubusercontent.com/Cavallium/WarpPI/master/core/src/main/resources/algebra_input.gif "Algebra input screen")
![alt text](https://raw.githubusercontent.com/Cavallium/WarpPI/master/core/src/main/resources/algebra%20variable%20type.gif "Algebra variable type menu")
![alt text](https://raw.githubusercontent.com/Cavallium/WarpPI/master/core/src/main/resources/decimal.png "Example expression")
![alt text](https://raw.githubusercontent.com/Cavallium/WarpPI/master/core/src/main/resources/algebra.png "Simplification of an expression")