wisplite
  • Joined on 2026-04-29
wisplite synced commits to refs/heads/main at wisplite/a-star-go from mirror 2026-05-14 19:22:42 -05:00
17fbabc3e2 fixed the chebyshev implementation and a live rendering bug
cd08eebdbd maze generation!
cfe855944b speed control
fc3631c6a0 live preview
Compare 4 commits »
wisplite synced commits to refs/heads/main at wisplite/a-star-go from mirror 2026-05-14 11:12:42 -05:00
9ac99cf488 added square euclidean at the dismay of many theoretical mathematicians (it's inadmissible) (but it's really fast)
754ea5bd18 added AutoCompute mode
50db827e57 pre-allocate queue to save on reallocations later
1291fff451 allow zooming to minimum zoom if canvas is big enough, and make scaling a little more comfortable
bb85e11895 finally make the zooming proportional so it isn't too fast when zooming out
Compare 19 commits »
wisplite synced commits to refs/heads/main at wisplite/a-star-go from mirror 2026-05-12 10:32:42 -05:00
3a74dcac7c fixed a small bug in grid rendering
e73e783f6c massively improved performance by using a texture instead of drawing boxes
Compare 2 commits »
wisplite synced commits to refs/heads/main at wisplite/tether from mirror 2026-04-29 13:32:43 -05:00
e00966fcae Create LICENSE