···11-# TIC-80 [FFT](https://en.wikipedia.org/wiki/Fast_Fourier_transform?useskin=vector) version
22-33-TIC-80 upstream build with FFT support.
44-55-Tested on:
66-* Windows 11 amd64 (Steam Deck, all versions)
77-* Windows 11 arm64 (VMWare Fusion 13, winxp version)
88-* Windows 11 arm64 (Parallels 18; windows version)
99-* macOS 14 amd64 (M1 Pro; thru Rosetta 2)
1010-* macOS 14 arm64 (M1 Pro)
1111-* Linux amd64 (Steam Deck, Arch Linux)
1212-* Linux arm64 (M1 Pro, Asahi Linux) - experimental - colors glitch sometimes, terminal/app needs restarting sometimes to work - may be an Asahi thing
1313-1414-
1515-*the answer to "how many versions can you run at the same time that fits a screenshot" appears to be four*
1616----
1717-181[](https://github.com/nesbox/TIC-80/actions?query=workflow%3ABuild)
192203
···4629- Built-in editors: for code, sprites, world maps, sound effects and music
4730- An additional memory bank: load different assets from your cartridge while your game is executing
4831- Moderated community
3232+- [FFT (Fast Fourier Transform)](https://en.wikipedia.org/wiki/Fast_Fourier_transform?useskin=vector)
49335034# Binary Downloads
5135You can download compiled versions for the major operating systems directly from our [releases page](https://github.com/nesbox/TIC-80/releases).
···6448- Save/load cartridges in text format, and create your game in any editor you want, also useful for version control systems.
6549- Even more memory banks: instead of having only 1 memory bank you have 8.
6650- Export your game without editors, and then publish it to app stores.
5151+5252+# FFT
5353+5454+For the FFT support to work — i.e., being able to use music from your own computer — you'll need a loopback device on your OS.
5555+* On Windows, this is handled for you (TODO: is it always?)
5656+* On Mac, you'll need to use a third-party tool [Blackhole](https://existential.audio/blackhole/)
5757+* On Linux, it's **supposed to be** handled for you, in practice you might have to muck around depending on your distro
5858+5959+Tested on:
6060+* Windows 11 amd64 (Steam Deck, all versions)
6161+* Windows 11 arm64 (VMWare Fusion 13, winxp version)
6262+* Windows 11 arm64 (Parallels 18; windows version)
6363+* macOS 14 amd64 (M1 Pro; thru Rosetta 2)
6464+* macOS 14 arm64 (M1 Pro)
6565+* Linux amd64 (Steam Deck, Arch Linux)
6666+* Linux arm64 (M1 Pro, Asahi Linux) - experimental - colors glitch sometimes, terminal/app needs restarting sometimes to work - may be an Asahi thing
6767+6868+
6969+*the answer to "how many versions can you run at the same time that fits a screenshot" appears to be four*
67706871# Community
6972You can play and share games, tools and music at [https://tic80.com/play](https://tic80.com/play).