2019-10-31 05:53:13 +01:00
2019-10-27 11:44:35 +01:00
2019-10-31 05:53:13 +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-30 23:30:23 +01:00

cc by-nc-sa 4.0 Issues
cc by-nc-sa 4.0 Pipeline

About

Omega is an extension to Numworks' Epsilon, the OS that runs on their calculator, which brings many features to it. Omega is for people who want to add features to the calculator, but cannot because they have 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 would add it into Omega! In short, Omega is a kind of Jailbreak on Epsilon.

Some new features

  • Adding symbolic calculation back into the calculator
  • An app for RPN
  • All of the molar masses for the elements (chemistry)
  • More steps for brightness (16 instead of 5)
  • Different colors for the LED in exam mode
  • 32 KB Python heap instead of 16 KB

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

Important: Don't forget the --recursive tag, because Omega relies on submodules.

Omega License

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


NumWorks Epsilon logo

cc by-nc-sa 4.0 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%