Make UI look nicer #80

Merged
MartinFouilleul merged 2 commits from ilidemi/orca:ui-redesign into main 2023-09-07 07:42:23 +00:00
Collaborator

Design system by semi.design: https://semi.design/en-US/start/overview

SVG icon workflow:

  • Find the SVG with devtools
  • Copy curve path to https://yqnn.github.io/svg-path-editor/
  • Scale X and Y by 1/size (usually 1/24)
  • In ui.c, do offset and scale with a matrix transform, then the draw commands can use the exact numbers from the normalized SVG
Design system by semi.design: https://semi.design/en-US/start/overview SVG icon workflow: - Find the SVG with devtools - Copy curve path to https://yqnn.github.io/svg-path-editor/ - Scale X and Y by 1/size (usually 1/24) - In `ui.c`, do offset and scale with a matrix transform, then the draw commands can use the exact numbers from the normalized SVG
ilidemi added 1 commit 2023-09-07 05:25:27 +00:00
aff03630da Make UI look nicer
Design system by semi.design: https://semi.design/en-US/start/overview

SVG icon workflow:
- Find the SVG with devtools
- Copy curve path to https://yqnn.github.io/svg-path-editor/
- Scale X and Y by 1/size (usually 1/24)
- In `ui.c`, do offset and scale with a matrix transform, then the draw commands can use the exact numbers from the normalized SVG
ilidemi added 1 commit 2023-09-07 05:31:09 +00:00
MartinFouilleul merged commit 9b3a71a5c8 into main 2023-09-07 07:42:23 +00:00
Sign in to join this conversation.
No reviewers
No Label
macOS
windows
No Milestone
No project
No Assignees
1 Participants
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: hmn/orca#80
No description provided.