NXInspired's Roadmap #1

Closed
opened 2024-05-02 00:08:44 +03:00 by mctaylors · 1 comment
mctaylors commented 2024-05-02 00:08:44 +03:00 (Migrated from github.com)

You can also suggest features by leaving a comment on this issue.

High priority:

  • Make a basic implementation of an error page
  • Make some button CSS animations
  • Add UI sounds
  • Make an appearance animation
  • Add second button support
    • Add "details" screen
  • Make dialog height "dynamic"

Medium priority:

  • Make bluish background blur
  • Add screen switching animation
  • Add "black screen of death"

Low priority:

  • NXInspired's branding

Planned:

  • Add "software error" screen
    • Note: This screen has several variations and icons, it will be much more complicated to deal with than the original project idea.
  • Add selection support with arrow keys
    • Note: This can be problematic because you have to be aware of possibility of the “double selection” bug, when using the mouse and keyboard at the same time
    • Add selection support with controller because why not
  • Hard fork with PHP rewrite?
  • Get sued by Nintendo
**You can also suggest features by leaving a comment on this issue.** ### High priority: - [x] Make a basic implementation of an error page - [x] Make some button CSS animations - [x] Add UI sounds - [x] Make an appearance animation - [x] Add second button support - [x] Add "details" screen - [x] Make dialog height "dynamic" ### Medium priority: - [x] Make bluish background blur - [x] Add screen switching animation - [x] Add "black screen of death" ### Low priority: - [x] NXInspired's branding ### Planned: - Add "software error" screen - **Note:** This screen has several variations and icons, it will be much more complicated to deal with than the original project idea. - Add selection support with arrow keys - **Note:** This can be problematic because you have to be aware of possibility of the “double selection” bug, when using the mouse and keyboard at the same time - Add selection support with controller because why not - Hard fork with PHP rewrite? - ~~Get sued by Nintendo~~
mctaylors commented 2024-05-04 21:07:07 +03:00 (Migrated from github.com)
  • Add selection support with arrow keys
    • Note: This can be problematic because you have to be aware of possibility of the “double selection” bug, when using the mouse and keyboard at the same time

However... (95aea191c2 related)

image

This commit also kills the button's post-animation (that just removes border) once clicked, but who needs it anyway? (Mostly) Every button will call the close_button() function, which loads another web page.

> - Add selection support with arrow keys > - **Note:** This can be problematic because you have to be aware of possibility of the “double selection” bug, when using the mouse and keyboard at the same time However... (95aea191c25fbcba186a39dc313e39622aa6c9ae related) ![image](/attachments/9373dbb2-e09f-422f-87e7-851c957b20b3) This commit also kills the button's post-animation (that just removes border) once clicked, but who needs it anyway? (Mostly) Every button will call the `close_button()` function, which loads another web page.
mctaylors pinned this 2024-05-07 23:38:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mctaylors/NXInspired#1
No description provided.