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

Generator: Display improvements #17

Closed
6 of 9 tasks
PhantomWatson opened this issue Feb 1, 2018 · 0 comments
Closed
6 of 9 tasks

Generator: Display improvements #17

PhantomWatson opened this issue Feb 1, 2018 · 0 comments

Comments

@PhantomWatson
Copy link
Owner

PhantomWatson commented Feb 1, 2018

  • Display entropy score as a slider instead of as a numerical value
    Randomness: [===||=========]

  • Maybe move entropy score out of the "thinkin'" box, to the right of the "results:" header

  • Change "block length" and 1-5 numerical options to "randomness" and these choices:

    • 1: Nonsense (90% random, displays warning that this is processor-intensive)
    • 2: Chaotic (60% random)
    • 3: Slightly chaotic (20% random)
    • 4: Predictable (10% random)
  • Change "words per second" to "speed" with these choices:

    • 0.5: Very slow
    • 1: Slow
    • 2: Normal
    • 4: Fast
    • 6: Faster
    • 8: Fasterer
    • 10: Warp speed
  • Change "limit" to "automatically stop" with these choices

    • Never
    • After 100, 250, 500, 1000 words
    • After each word
  • Improve "thinkin'" section

    • Make automatically hidden and expandable
    • Instead of just one display per generated word, show a progression of the last three(?) words (perhaps a max is set and the displayed number is determined by device width)
    • Each word-selection section shows a maximum of five(?) options, which must include the selected word, with an expandable (+X more) button if there's more
    • Style unselected words darker
    • When a new word is added, the collection shifts to the left, removing the leftmost word-selection section from view if at the limit
  • Remove "this is a work in progress" text

  • Put all controls in a single row

  • Provide a short introduction, then a button that reveals a more detailed introduction

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

1 participant