DEVELOPMENT.md
LICENSE
MANIFEST.in
PUBLISHING.md
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
setup.py
uv.lock
licenses/CUDA-EULA.txt
licenses/VkFFT-LICENSE.txt
licenses/json-LICENSE.txt
licenses/metal-cpp-LICENSE.txt
native/PortBridge.swift
native/fastturbo.h
native/cuda/README.md
native/cuda/bridge_common.hpp
native/cuda/controller.cmake
native/cuda/core.cmake
native/cuda/legacy_cnab2.cu
native/cuda/legacy_cnab2.hpp
native/cuda/legacy_pao.cpp
native/linux/CMakeLists.txt
native/linux/bridge.cpp
native/linux/cuda_driver.cpp
native/linux/cuda_loader.cpp
native/linux/cuda_loader.hpp
native/linux/device_test.cu
native/linux/render_api.hpp
native/linux/render_shaders.hpp
native/linux/renderer.cpp
native/linux/ui.cpp
native/linux/ui.hpp
native/windows/CMakeLists.txt
native/windows/README.md
native/windows/bridge.cpp
native/windows/build.cmd
native/windows/vendor/json-LICENSE.txt
native/windows/vendor/json.hpp
packaging/build-manylinux.sh
packaging/manylinux.Dockerfile
scripts/benchmark-linux.sh
scripts/benchmark-windows.ps1
scripts/benchmark_linux.py
scripts/benchmark_windows.py
scripts/build-linux.sh
scripts/build-windows.ps1
scripts/build_reference.py
scripts/bundle_entry.py
scripts/capture_linux_window.py
scripts/check_distributions.py
scripts/check_gui.py
scripts/check_linux_interop.py
scripts/check_linux_rendering.py
scripts/check_linux_vulkan.py
scripts/check_linux_wheel.py
scripts/check_linux_workers.py
scripts/check_windows_package.py
scripts/check_windows_wheel.py
scripts/check_windows_workers.py
scripts/collect_windows_evidence.py
scripts/compare_performance.py
scripts/package-windows.ps1
scripts/package_app.py
scripts/package_windows.py
scripts/probe_cuda_gl_memory.py
scripts/profile_linux.py
scripts/profile_overhead.py
scripts/run-linux.sh
scripts/run-windows.ps1
scripts/test-linux.sh
scripts/test-windows.ps1
src/fastturbo/__init__.py
src/fastturbo/__main__.py
src/fastturbo/app.py
src/fastturbo/bench.py
src/fastturbo/build.py
src/fastturbo/build_info.py
src/fastturbo/build_linux.py
src/fastturbo/build_windows.py
src/fastturbo/controls.py
src/fastturbo/engine.py
src/fastturbo/environment.py
src/fastturbo/main.py
src/fastturbo/platform_ui.py
src/fastturbo.egg-info/PKG-INFO
src/fastturbo.egg-info/SOURCES.txt
src/fastturbo.egg-info/dependency_links.txt
src/fastturbo.egg-info/entry_points.txt
src/fastturbo.egg-info/requires.txt
src/fastturbo.egg-info/top_level.txt
src/fastturbo/assets/fastturbo.png
src/fastturbo/assets/header-hurricane.svg
src/fastturbo/assets/macos-5000-iterations.png
src/fastturbo/assets/navier-stokes.png
tests/test_bench.py
tests/test_build_linux.py
tests/test_build_windows.py
tests/test_cnab2.py
tests/test_cnab2_macos.py
tests/test_gui.py
tests/test_linux.py
tests/test_numerics.py
tests/test_packaging.py
tests/test_start_spectrum.py
tests/test_windows.py