Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Sep 21, 2023
1 parent e7f9aad commit 5f64efa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Waypoint will keep a record of all alerts in the **Logs** panel.

The basic 2D renderer is built to be reliable and highly performant. Internally, it delegates rendering to background processes. The main process figures out which sections of the screen needs to be repainted (and what resolution) and requests those tiles from the subprocesses.

[![renderer](./assets/22-09-2023/renderer.gif)<br/>Click here for full size](./assets/22-09-2023/renderer.mkv)
[![renderer](./assets/22-09-2023/renderer.gif?raw=true)<br/>Click here for full size](./assets/22-09-2023/renderer.mkv)

#### Grid, Network (XY), Poly, Mesh Map Support

Expand All @@ -91,21 +91,21 @@ There is built-in support for grid (`.grid/.map`), network (`.co/.gr/.xy`), mesh

The renderer and map parser performs optimisations to handle the rendering of large maps.

[![large-map-florida](./assets/22-09-2023/large-map-florida.gif)<br/>Click here for full size](./assets/22-09-2023/large-map-florida.mkv)
[![large-map-florida](./assets/22-09-2023/large-map-florida.gif?raw=true)<br/>Click here for full size](./assets/22-09-2023/large-map-florida.mkv)

### Use Cases <a id="use-cases"></a>

#### Visualising a Search Trace

Load a search trace and map into Waypoint.

[![basic](./assets/22-09-2023/basic.gif)<br/>Click here for full size](./assets/22-09-2023/basic.mkv)
[![basic](./assets/22-09-2023/basic.gif?raw=true)<br/>Click here for full size](./assets/22-09-2023/basic.mkv)

#### Interacting with a Search Trace (Viewport, Steps and Tree)

Move around a search trace through the Viewport, Tree, and Steps panel.

[![interactive](./assets/22-09-2023/interactive.gif)<br/>Click here for full size](./assets/22-09-2023/interactive.mkv)
[![interactive](./assets/22-09-2023/interactive.gif?raw=true)<br/>Click here for full size](./assets/22-09-2023/interactive.mkv)

#### Creative Use of the Search Trace Format (Polyanya)

Expand All @@ -122,13 +122,13 @@ This example uses the search trace format to tell the renderer how to display th
#### Running a Search Query

This example runs a query using Warthog (WebAssembly) over a grid map.
[![query](./assets/22-09-2023/query.gif)<br/>Click here for full size](./assets/22-09-2023/query.mkv)
[![query](./assets/22-09-2023/query.gif?raw=true)<br/>Click here for full size](./assets/22-09-2023/query.mkv)

#### Comparison of Two Traces

This example compares the search process of two A\* implementations, one as a Search Trace file, and another as a query. We display these side-by-side.

[![comparison](./assets/22-09-2023/comparison.gif)<br/>Click here for full size](./assets/22-09-2023/comparison.mkv)
[![comparison](./assets/22-09-2023/comparison.gif?raw=true)<br/>Click here for full size](./assets/22-09-2023/comparison.mkv)

### Releases

Expand Down

0 comments on commit 5f64efa

Please sign in to comment.