borealis icon indicating copy to clipboard operation
borealis copied to clipboard

Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx)

Results 85 borealis issues
Sort by recently updated
recently updated
newest added

That one is popular! Requires #107 to animate the step changes while keeping the staged applet frame the same.

view reimplementation
legacy -> yoga

What's missing: - [ ] Keep focus position (for `Sidebar`) - [ ] Change default focus, to be a parameter of `addView(View* bool defaultFocus)`, a method on its own `setDefaultFocus`...

view reimplementation
legacy -> yoga

Self explanatory. Depends on #94 and #102 (progress bar should use two drawings, one for foreground and one for background).

view reimplementation
legacy -> yoga

Self explanatory. Depends on #88

view reimplementation
legacy -> yoga

Pretty self explanatory. The "valued" list items with a "value set" callback should be renamed to `SettingListItem`, with their value type as prefix (`BoolSettingListItem`...). One issue is to figure out...

view reimplementation
legacy -> yoga

There should be two modes: - always preserve alls views in memory - free views and reallocate them when switching (the same way `TabFrame` works) `TabFrame` should also be changed...

view reimplementation
legacy -> yoga

To be done: - [ ] Implement alignment options for `FIT` and `CROP` scaling types - [ ] Add a `TILED` scaling type using `NVGimageFlags` if possible - [ ]...

view reimplementation
legacy -> yoga

Pretty self explanatory. Depends on #95

view reimplementation
legacy -> yoga

view reimplementation
legacy -> yoga

To be done: - [ ] Add icon support, ideally can be placed anywhere around the label - [ ] Add setBorderVisibility calls in onFocusGained and onFocusLost next to setShadowVisibility...

view reimplementation
legacy -> yoga