An open API service indexing awesome lists of open source software.

https://github.com/adrianromero/hellocalc

HelloCalc is a programable calculator for Android created with JavaFX.
https://github.com/adrianromero/hellocalc

android calculator gluon javafx

Last synced: 3 months ago
JSON representation

HelloCalc is a programable calculator for Android created with JavaFX.

Awesome Lists containing this project

README

          

HelloCalc (Calculator)
======================

HelloCalc is a programable calculator for Android created with JavaFX.

![Screenshot](http://i.imgur.com/an8PQmR.jpg)

Examples
========

Expressions evaluation
----------------------
![Expression 1](http://i.imgur.com/YVcQ5FO.png)
![Expression 1 - Result](http://i.imgur.com/GMIS3nG.png)

Complex calculation
-------------------
![Complex 1](http://i.imgur.com/ITTL2YZ.png)
![Complex 1 - Result](http://i.imgur.com/Xcnfea5.png)

Matrix calculation
------------------
![Matrix 1](http://i.imgur.com/A8Cv9Q6.png)
![Matrix 1 - Result](http://i.imgur.com/mqTFqUl.png)

Function definitions
--------------------
![Function Definition 1](http://i.imgur.com/bsS9TsG.png)
![Function Definition 1 - Result](http://i.imgur.com/RYpSpWO.png)
![Function 1](http://i.imgur.com/mYBBIZj.png)
![Function 1 - Result](http://i.imgur.com/oy45eR8.png)

Compilation
===========

Generates a debug Android apk containing the HelloCalc application.

```
./gradlew android
```

Acknowledgments
===============

HelloCalc just glues all the following projects together into one single application. All credit goes to these projects.

* [Mathjs](https://github.com/josdejong/mathjs) Copyright (C) 2013-2016 Jos de Jong wjosdejong@gmail.com. Apache License, Version 2.0.
* [Mozilla Rhino](https://github.com/mozilla/rhino) Copyright (C) 2005-2016 Mozilla Developer Network and individual contributors. Mozilla Public License Version 2.0.
* [JLatexMathFX](https://github.com/bitstormGER/jlatexmathfx) GNU General Public License, version 2. This library is a port to JavaFX of [JLatexMath](https://github.com/opencollab/jlatexmath).
* [JavaFXPorts](http://gluonhq.com/labs/javafxports/)
* [Roboto Fonts](https://fonts.google.com/specimen/Roboto) Apache License, Version 2.0.

License
=======

Licensed under the GNU General Public License, Version 3.