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

https://github.com/devinsterling/basedfx

Eeducational tool for number bases
https://github.com/devinsterling/basedfx

application bases computer-science education java javafx math

Last synced: 3 months ago
JSON representation

Eeducational tool for number bases

Awesome Lists containing this project

README

        

# BasedFX

Educational tool about the different existing number base systems.

## Features

- Bases `2` through `36` supported.
- Calculate different bases simultaneously.
- Calculate and convert _**very**_ large numbers between different bases.
- Reset calculations to `0`.
- Bulk add/remove entries for a specific base.
- Dynamic calculations on input change.

## Screenshots

### Performing a binary calculation
![BasedFX UI showcasing binary](/image/UI_1.png)

### Calculating different bases
![BasedFX UI showcasing different bases](/image/UI_2.png)

> Compiling requires Java 21