From c777e8c4c0fbe186f79cfa1403cbef10f0280bcd Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 30 Jan 2023 19:40:45 +0700 Subject: [PATCH] Add Fast Fourier Transform (#277) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c20f095..44e4f7f 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [Dialogue Manager](https://github.com/nathanhoad/godot_dialogue_manager) - A simple but powerful text based branching dialogue editor and runtime (Godot 3.x, 4.x). - [EffekseerForGodot3](https://github.com/effekseer/EffekseerForGodot3) - Import [Effekseer](https://effekseer.github.io/en/) particle effects (Godot 3.x). - [Escoria](https://github.com/godotengine/escoria) - Point & click adventure game framework (Godot 2.1, 3.2+). +- [Fast Fourier Transform (FFT)](https://github.com/tavurth/godot-fft) - Fast Fourier Transform in GDScript (Godot 4.x). - [GdUnit3](https://github.com/MikeSchulze/gdUnit3) - Godot Unit Testing Framework (Godot 3.x). - [GodotNotificationCenter](https://github.com/didier-v/GodotNotificationCenter) - A notification center (Godot 3.x). - [GodotPhoenixChannels](https://github.com/alfredbaudisch/GodotPhoenixChannels) - A GDScript and Godot Engine implementation for the Channels API of the Phoenix Framework (Godot 3.*).