Maybe create the base user interface as a scene menu. this way the users don't have to keep an separate window open and everything is quick to access. I think we still need the dedicated window to show detailed info when needed, but a lot can be done just though a few buttons.
Buttons needed:
Button
Info
Create
Opens popup to create a new scene partition for the current scene. Only visible when the current scene is not yet setup, all other buttons will be hidden as well.
Load
Loads the entire scene.
Save
Saves the scene.
Unload
Unloads the scene.
Reload
Reloads the scene.
Generate Grid
Generateds the scene grid. With size input (simple uint).
Originally posted by @max in /max/ScenePartition/issues/7#issuecomment-31

Maybe create the base user interface as a scene menu. this way the users don't have to keep an separate window open and everything is quick to access. I think we still need the dedicated window to show detailed info when needed, but a lot can be done just though a few buttons.
Buttons needed:
| Button | Info |
| --- | --- |
| Create | Opens popup to create a new scene partition for the current scene. Only visible when the current scene is not yet setup, all other buttons will be hidden as well. |
| Load | Loads the entire scene. |
| Save | Saves the scene. |
| Unload | Unloads the scene. |
| Reload | Reloads the scene. |
| Generate Grid | Generateds the scene grid. With size input (simple uint). |
_Originally posted by @max in /max/ScenePartition/issues/7#issuecomment-31_
max
added this to the ScenePartition POC project 2023-07-28 17:56:58 +02:00
Base buttons are working, skipped grid size and create button since they would require some extra work that is not worth it right now.

Base buttons are working, skipped grid size and create button since they would require some extra work that is not worth it right now.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Maybe create the base user interface as a scene menu. this way the users don't have to keep an separate window open and everything is quick to access. I think we still need the dedicated window to show detailed info when needed, but a lot can be done just though a few buttons.
Buttons needed:
Originally posted by @max in /max/ScenePartition/issues/7#issuecomment-31
Base buttons are working, skipped grid size and create button since they would require some extra work that is not worth it right now.