this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update README

alice ca9ed0d0 5fa76caf

+20 -17
+20 -17
README.md
··· 1 - # TIC-80 [FFT](https://en.wikipedia.org/wiki/Fast_Fourier_transform?useskin=vector) version 2 - 3 - TIC-80 upstream build with FFT support. 4 - 5 - Tested on: 6 - * Windows 11 amd64 (Steam Deck, all versions) 7 - * Windows 11 arm64 (VMWare Fusion 13, winxp version) 8 - * Windows 11 arm64 (Parallels 18; windows version) 9 - * macOS 14 amd64 (M1 Pro; thru Rosetta 2) 10 - * macOS 14 arm64 (M1 Pro) 11 - * Linux amd64 (Steam Deck, Arch Linux) 12 - * Linux arm64 (M1 Pro, Asahi Linux) - experimental - colors glitch sometimes, terminal/app needs restarting sometimes to work - may be an Asahi thing 13 - 14 - ![FFT screenshot](fft-screenshot.png) 15 - *the answer to "how many versions can you run at the same time that fits a screenshot" appears to be four* 16 - --- 17 - 18 1 [![Build Status](https://github.com/nesbox/TIC-80/workflows/Build/badge.svg)](https://github.com/nesbox/TIC-80/actions?query=workflow%3ABuild) 19 2 20 3 ![TIC-80](https://tic80.com/img/logo64.png) ··· 46 29 - Built-in editors: for code, sprites, world maps, sound effects and music 47 30 - An additional memory bank: load different assets from your cartridge while your game is executing 48 31 - Moderated community 32 + - [FFT (Fast Fourier Transform)](https://en.wikipedia.org/wiki/Fast_Fourier_transform?useskin=vector) 49 33 50 34 # Binary Downloads 51 35 You can download compiled versions for the major operating systems directly from our [releases page](https://github.com/nesbox/TIC-80/releases). ··· 64 48 - Save/load cartridges in text format, and create your game in any editor you want, also useful for version control systems. 65 49 - Even more memory banks: instead of having only 1 memory bank you have 8. 66 50 - Export your game without editors, and then publish it to app stores. 51 + 52 + # FFT 53 + 54 + 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. 55 + * On Windows, this is handled for you (TODO: is it always?) 56 + * On Mac, you'll need to use a third-party tool [Blackhole](https://existential.audio/blackhole/) 57 + * On Linux, it's **supposed to be** handled for you, in practice you might have to muck around depending on your distro 58 + 59 + Tested on: 60 + * Windows 11 amd64 (Steam Deck, all versions) 61 + * Windows 11 arm64 (VMWare Fusion 13, winxp version) 62 + * Windows 11 arm64 (Parallels 18; windows version) 63 + * macOS 14 amd64 (M1 Pro; thru Rosetta 2) 64 + * macOS 14 arm64 (M1 Pro) 65 + * Linux amd64 (Steam Deck, Arch Linux) 66 + * Linux arm64 (M1 Pro, Asahi Linux) - experimental - colors glitch sometimes, terminal/app needs restarting sometimes to work - may be an Asahi thing 67 + 68 + ![FFT screenshot](fft-screenshot.png) 69 + *the answer to "how many versions can you run at the same time that fits a screenshot" appears to be four* 67 70 68 71 # Community 69 72 You can play and share games, tools and music at [https://tic80.com/play](https://tic80.com/play).