Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/viewer-widget #8

Merged
merged 16 commits into from
Dec 19, 2023
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Basic `Viewer` buildup with the widgets.
* Configurations: `controller_config` and `viewer_config`
* Code and File structure diagrams.

Expand Down
2 changes: 1 addition & 1 deletion data/default_config/controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dtype": "compas_viewer.configurations/ControllerConfig",
"data": {
"mouse": {
"zoom": { "mouse": "scroll", "key": "" },
"zoom": { "mouse": "wheel", "key": "" },
"pan": { "mouse": "right", "key": "shift" },
"rotate": { "mouse": "right", "key": "" },
"box_selection": { "mouse": "left", "key": "" },
Expand Down
10 changes: 9 additions & 1 deletion data/default_config/viewer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"dtype": "compas_viewer.configurations/ViewerConfig",
"data": { "about": "string", "title": "string", "width": 500, "height": 800, "full_screen": true },
"data": {
"about": "compas_viewer is the standalone viewer for COMPAS.",
"title": "COMPAS VIEWER",
"width": 800,
"height": 800,
"full_screen": true,
"statusbar_text": "compas_viewer",
"show_fps": true
},
"guid": "52a481b3-0a86-45df-92b0-dbd59e9cb7a6"
}
Binary file added docs/_images/about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/confirm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/critical.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/info.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/question.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/warning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 0 additions & 69 deletions docs/_static/compas.css
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static icons and css clean up. the config.py is also updated based on Tom's template.

This file was deleted.

Binary file removed docs/_static/images/compas.ico
Binary file not shown.
Binary file removed docs/_static/images/compas_icon.png
Binary file not shown.
Binary file removed docs/_static/images/compas_icon_white_48.png
Binary file not shown.
Binary file removed docs/_static/images/compas_icon_white_96.png
Binary file not shown.
Binary file removed docs/_static/images/compas_white.ico
Binary file not shown.
Loading
Loading