Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenoepics/fourier-fx
A JavaFX application that visualizes Fourier series
https://github.com/brenoepics/fourier-fx
algoexpert fourier fourier-series github heroku javafx learn microsoft student-vscode
Last synced: about 1 month ago
JSON representation
A JavaFX application that visualizes Fourier series
- Host: GitHub
- URL: https://github.com/brenoepics/fourier-fx
- Owner: brenoepics
- License: mit
- Created: 2024-03-14T18:50:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T13:13:21.000Z (6 months ago)
- Last Synced: 2024-05-17T14:25:53.904Z (6 months ago)
- Topics: algoexpert, fourier, fourier-series, github, heroku, javafx, learn, microsoft, student-vscode
- Language: Java
- Homepage: https://fourier.breno.tech/
- Size: 137 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FourierFX
FourierFX is a [JavaFX](https://openjfx.io/) application that visualizes [Fourier series](https://math.mit.edu/~gs/cse/websections/cse41.pdf).
It allows users to select different waveforms and adjust the frequency and order of the Fourier series.## Features
- Selection of different waveforms: Square, Sine, Sawtooth, Triangle
- Adjustable frequency and order of the Fourier series
- Scale adjustment
- Debug mode to visualize the individual terms of the Fourier series## Preview
> [!NOTE]
> Using JPro, I could transform the Java canvas to Javascript that runs online but may be down or unstable.
> Check here the [Fourier Preview](https://fourier.breno.tech/)![preview](https://github.com/brenoepics/Fourier-FX/assets/59066707/33a50bfd-992f-4a47-a03c-cf8bac189d30)
## Requirements
- Java 21
- JavaFX 21
- Gradle 8.5## Pre compiled
Download from [releases](https://github.com/brenoepics/Fourier-FX/releases)
Install and open program fourier-fx.
## Building
To build the project, use the following Maven command:
```bash
gradlew package
```## Running
To run the project, use the following Maven command:
```bash
gradlew run
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
If you find this project helpful, please consider giving it a ⭐️.
## License
This project is licensed under the MIT License—see the [LICENSE](LICENSE) file for details.