This combines audio capture, multi-threaded FFT processing, and smooth 3D graphics - perfect for showcasing FMX's multimedia and graphics capabilities.
Everything is open source and available on GitHub. I have a few game projects developed under Delphi also visible on GitHub. They' Delphi-PRAXiS [en] delphi fmx samples
begin Application.Initialize; Application.CreateForm(TForm1, Form1); Form1.ListView1.Items.Add('Item 1'); Form1.ListView1.Items.Add('Item 2'); Form1.ListView1.Items.Add('Item 3'); Application.Run; end. This combines audio capture
For 3D or sensor samples, run on physical mobile device – emulators may lack GPU or sensor support. multi-threaded FFT processing
Everything is open source and available on GitHub. I have a few game projects developed under Delphi also visible on GitHub. They' Delphi-PRAXiS [en]