Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 794 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 794 Bytes

Gradient-waves-generator

This GUI application reads RGBA values from the user and afterwards generates Perlin noise gradient animation featuring specific colors and patterns.

Functionality of the program

  1. Rendering of the Perlin noise, implemented in the form of a two-dimensional function. image
  2. Serialization of the saved settings.

GUI of the application

image image

Project is built with:

  • JDK 17, javac compiler
  • IntelliJ IDEA 2023.2 IDE