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

Add vertical/rank-first layouts? #1

Open
KarelPeeters opened this issue Jan 20, 2022 · 1 comment
Open

Add vertical/rank-first layouts? #1

KarelPeeters opened this issue Jan 20, 2022 · 1 comment

Comments

@KarelPeeters
Copy link

KarelPeeters commented Jan 20, 2022

Would it be possible to add the 4 layouts that start counting bits vertically first, instead of horizontally?

Specifically I'm taking about these ones:

07 15 .. .. .. .. .. ..    00 08 .. .. .. .. .. ..    .. .. .. .. .. .. 15 07    .. .. .. .. .. .. 08 00
06 14 .. .. .. .. .. ..    01 09 .. .. .. .. .. ..    .. .. .. .. .. .. 14 06    .. .. .. .. .. .. 09 01
05 13 .. .. .. .. .. ..    02 10 .. .. .. .. .. ..    .. .. .. .. .. .. 13 05    .. .. .. .. .. .. 10 02
04 12 .. .. .. .. .. ..    03 11 .. .. .. .. .. ..    .. .. .. .. .. .. 12 04    .. .. .. .. .. .. 11 03
03 11 .. .. .. .. .. ..    04 12 .. .. .. .. .. ..    .. .. .. .. .. .. 11 03    .. .. .. .. .. .. 12 04
02 10 .. .. .. .. .. ..    05 13 .. .. .. .. .. ..    .. .. .. .. .. .. 10 02    .. .. .. .. .. .. 13 05
01 09 .. .. .. .. .. ..    06 14 .. .. .. .. .. ..    .. .. .. .. .. .. 09 01    .. .. .. .. .. .. 14 06
00 08 .. .. .. .. .. ..    07 15 .. .. .. .. .. ..    .. .. .. .. .. .. 08 00    .. .. .. .. .. .. 15 07

I'm not sure how to best put these into a UI though, since 8 possible layouts is starting to get crowded.

@Tearth
Copy link
Owner

Tearth commented Aug 22, 2022

Hi @KarelPeeters, sorry for being a bit late - it's indeed not easy to incorporate additional layouts due to the amount of space they take, but I will think about how to fit them potentially. Maybe making them generally smaller, or some additional togglable panel, I'll see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants