📄️ Overview
Posthoc visualises search traces. It gives you a variety of
🗃️ User guide
3 items
📄️ Pixel renderer
Pixel is the 2D renderer that's built into Posthoc. It's designed for large-scale pathfinding search problems. It stays performant when there are millions of elements.
📄️ Pixel Nano renderer
Pixel Nano is a minimalist renderer. It works just like Pixel, except it runs on the main thread, doesn't support fancy features like tiling, dynamic resolution or infinite zoom, and doesn't scale as well for large problems.
📄️ Contributing
We welcome new issues, discussions, and PRs on our GitHub repository.