-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a84624d
commit e39817a
Showing
16 changed files
with
471 additions
and
630 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# User Interface | ||
|
||
Visualiser's interface is made of composable panels. You can add, remove, and rearrange the UI to your desire. This allows Visualiser to support a range of tasks, whether you're using it to learn, showcase, or debug algorithms. | ||
|
||
![Alt text](interface.png) | ||
|
||
![Alt text](interface-labeled.png) | ||
|
||
## Core Panels | ||
|
||
When you first open Visualiser, it displays the following panels: | ||
|
||
### Recipes | ||
|
||
### Layers | ||
|
||
Allows you to inspect and edit the layers that are currently being rendered. | ||
|
||
[See more information on the Layers Panel](./layers). | ||
|
||
### Viewport | ||
|
||
Displays the visualisation. | ||
|
||
[See more information on the Viewport Panel](./viewport). | ||
|
||
### Steps | ||
|
||
Displays the steps of the visualisation. | ||
|
||
[See more information on the Steps Panel](./steps). | ||
|
||
## Customising Panels | ||
|
||
### Choosing Content for a Panel | ||
|
||
You can choose what content to display in a panel by clicking the dropdown menu on the top left. | ||
|
||
![Alt text](page-select.png) | ||
|
||
### Add and Remove Panels | ||
|
||
You can find panel controls in the extras menu on the top right. Add more panels by splitting existing menus horizontally or vertically. | ||
|
||
![Alt text](split.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
|
||
# Layers Panel | ||
|
||
[TODO] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
|
||
# Steps Panel | ||
|
||
[TODO] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
|
||
# Viewport Panel | ||
|
||
[TODO] | ||
|
||
Pipe Adapter | ||
|
||
Weighted A* | ||
-> Map support | ||
--> Edit Layer options to specify color of tile | ||
--> Make changes to grid parser | ||
-> Multiple solution | ||
|
||
Layer name bug |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.