2019-10-29 21:44:10 +01:00
2019-10-27 11:44:35 +01:00
2019-10-29 22:07:31 +01:00
2019-10-29 22:07:31 +01:00
2019-10-15 09:45:21 +02:00
2019-10-29 22:07:31 +01:00
2019-10-16 10:01:00 +02:00
2018-11-26 13:46:27 +01:00
2019-09-19 09:50:47 +02:00
2019-10-15 18:10:33 +02:00
2019-08-10 09:45:51 +02:00
2019-10-29 21:44:10 +01:00
2019-10-09 16:21:54 +02:00
2019-10-29 21:24:11 +01:00

Omega x Epsilon 12.0.0

Gitlab pipeline status License: CC BY-NC-SA 4.0 GitHub issues

Omega is an extension to the Numworks Epsilon project, which will bring many features to the calculator. Omega is for people who want to add features to the calculator, but can not because it has been rejected by Numworks (and for reasons that are 100% understandable!). For example, there is no point in having a Dark Mode on the calculator. But, it's fun so we add it on Omega! In short, Omega is a kind of Jailbreak.

If Numworks goes through here and finds a feature they want to implement by default, no problem!

Some new features

  • Symbolic calculation
  • RPN app
  • All molar masses (chemistry)
  • More Brightness steps (16 instead of 5)
  • White, green, blue or yellow LED in exam mode

The complete changelog can be found here

Installation

First of all, follow step 1 here. Then:

  • For n0100:
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
make MODEL=n0100 clean
make MODEL=n0100
make MODEL=n0100 app_flash
make MODEL=n0100 epsilon_flash
  • For n0110:
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
make MODEL=n0110 clean
make MODEL=n0110
make MODEL=n0110 app_flash
make MODEL=n0110 epsilon_flash

Contribute

Translations

Everything is translated from French to English/Portuguese/Spanish/German with Google Translate; so, everything is translated, but you could come across translation errors. If so, please open an issue on GitHub, I will correct it 😃!

Omega License

Omega is released under a CC BY-NC-SA License.


Epsilon 12.0.0

License: CC BY-NC-SA 4.0 GitHub issues

Epsilon is a high-performance graphing calculator operating system. It includes eight apps that cover the high school mathematics curriculum.

You can try Epsilon straight from your browser in the online simulator.

Diving in

We highly recommend you start by reading the online documentation for this project. You'll learn how to install the SDK and about the overall architecture of the Epsilon.

Contributing

If you run into an issue, we would be very happy if you would file a bug on the issue tracker.

We welcome contributions. For smaller changes just open a pull request straight away. For larger changes we recommend you open an issue first for discussion.

License

NumWorks Epsilon is released under a CC BY-NC-SA License. NumWorks is a registered trademark.

Description
No description provided
Readme 44 MiB
Languages
C++ 60.3%
C 31.1%
Python 3.4%
Java 1.9%
Makefile 1.6%
Other 1.5%