From 9d99d82d470dd0ab7280c2ed7bd01ed1c034844e Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 28 Jul 2025 02:09:02 -0700 Subject: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44758c2..0443a2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## FFT on the GPU -This is an optimized GPU-based 2D FFT for VRChat. Since it uses Custom -RenderTextures (CRTs), it is only suitable for use in worlds. +This is an optimized GPU-based 2D FFT for VRChat. Since it uses RenderTextures, +it is only suitable for use in worlds. Please take note that the FFT is generated in bit-reversed order. You'll have to bit-reverse your indices when accessing it. See `apply_2d_bit_reversal` in @@ -9,7 +9,7 @@ to bit-reverse your indices when accessing it. See `apply_2d_bit_reversal` in ### Quick start -Import the unitypackage and open the scene. +Clone the repo into your unity project. Open the scene. Run CPU simulator: -- cgit v1.2.3