██████╗ ██████╗ ██████╗ ████████╗██╗ ██╗██╗
██╔══██╗██╔══██╗██╔══██╗ ╚══██╔══╝██║ ██║██║
██████╔╝██║ ██║██████╔╝█████╗██║ ██║ ██║██║
██╔═══╝ ██║ ██║██╔══██╗╚════╝██║ ██║ ██║██║
██║ ██████╔╝██████╔╝ ██║ ╚██████╔╝██║
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝
To run the GPU demo, do
git clone https://github.com/ElisR/pdb-tui.git
cd pdb-tui
cargo run --release --bin pdb_gpu_tuiThis is tested as working on M1 MacBooks with Metal, and should work on Linux through Vulkan or Windows through DirectX12.
Warning
This repository is a work in progress. Now that the rendering code is functional, many features need to be added to make this a useful tool.