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

Users sometimes have difficulties to find their creature among others in the playground #113

Open
etienneCharignon opened this issue Jul 4, 2018 · 5 comments

Comments

@etienneCharignon
Copy link
Collaborator

etienneCharignon commented Jul 4, 2018

When there is a lot of players in the same playground it becomes difficult to find your own creature among others especially when the code you wrote is not behaving as you expected.

It make it difficult to experiment with your code.

@etienneCharignon
Copy link
Collaborator Author

etienneCharignon commented Jul 4, 2018

In the developper view, it might be possible to add a switch button labeled "hide others" that would hide all other creatures than the one currently beeing edited.

@jonathanperret
Copy link
Owner

Audio mixers have "solo" and "mute" buttons:

image

The behaviour you're talking about sounds like a special case of a "solo" button to me.

Likewise, image editors have the usual "eye" icon to hide a layer, and often provide a way (though not with its own button usually — you have to e.g. Cmd-click the eye button) to "hide other layers".

We could add "solo" and "mute" buttons to every line in the creature list, next to the trashcan button. This would serve those usecases:

  • I want to see only my creature
  • I want to disable someone's obnoxious creature until they fix it
  • More generally, I want to see a subset of the current creatures, maybe because I want to focus on their interaction.

A challenge with this design would be to communicate that this only affects your local preview. Actually, such controls for a projected playground would be valuable, but that gets into the whole subject of projected playground control…

Writing this, I realize I'm goldplating. A nice "hide others" button next to "preview on/off" would be a very fine start.

@etienneCharignon etienneCharignon changed the title Users sometimes have difficulties to find there creature among others in the playground Users sometimes have difficulties to find their creature among others in the playground Jul 6, 2018
etienneCharignon added a commit that referenced this issue Jul 6, 2018
First commit as a proof of concept
This is juste demonstrating that we do manage to hide others layers at will.
@etienneCharignon
Copy link
Collaborator Author

latest commit of the branch solo-mode-programmer-view:
capture d ecran 2018-07-06 a 17 57 33

@jonathanperret
Copy link
Owner

Can you please open a PR so that we get a review app?

@etienneCharignon
Copy link
Collaborator Author

Yes I can. It is not ready but let's open a PR and open the discussion.

etienneCharignon added a commit that referenced this issue Sep 18, 2018
First commit as a proof of concept
This is juste demonstrating that we do manage to hide others layers at will.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants