KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
webgl-path-solver
★ 58
Open GitHub ↗
WebGL shortest path solver
Download README (.md)
Explore Similar Repositories
santa
:
Unpaired Image-to-Image Translation with Shortest Path Regularization
Atlas-UI-Framework
:
The shortest path to a stunning User Interface for all Mendix applications.
shortcircuit
:
Find shortest path using Tripwire and Eve data
scgraph
:
A high-performance, lightweight Python library for shortest path routing on geographic and supply chain networks.
DelhiMetroAPI
:
A Javascript based API for calculating the shortest path between two metro stations.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
webgl-path-solver
?
Download (.md)
# WebGL Shortest Path Solver Finds the shortest path on a grid using a GPU with WebGL. It uses a 12-state cellular automata to search all known branches in parallel. The automata is described entirely in `state.js`, a pure JavaScript implementation of the solver. * [Online Demo](http://skeeto.github.io/webgl-path-solver/) * [A GPU Approach to Path Finding](http://nullprogram.com/blog/2014/06/22) 