WavesFX is a Java FX application to compute and represent with
a very high precision harmonical waves evolving in space and time.
The real-time motor is result of many years of investigation
about the nature of the time. I decided to implement the
philosophical motor in Java because of the cross-platform
nature of the language.
Some of the "normal" features are XY scalation, manual
or mouse-assisted, translation of the XY axes, change of
background colors, dynamic range X and DX, etc.
The program is bi-threaded at run-time with 2 cooperative
threads: background + foreground, that allows that all
user-input parameters (including change of the virtual-time!)
are automatically updated at run-time.
Features
- Computes and represent at run-time harmonical waves.
- Dynamic change by user-input of representation parameters and wave parameters.
- Dual-threaded letting to synchronize real/virtual time dynamically.
- Programmed in Java FX.