ElitoGame / HexaLaunch

A radial hexagon menu to boost productivity
5 stars 0 forks source link

HexUI animations, nowplaying/Spotify API, Browser Integration #15

Closed ElitoGame closed 1 year ago

ElitoGame commented 2 years ago

Description:

TimeFrame:

GanttStart: 2022-11-20 GanttDue: 2022-12-04

Additional Information:

Animations can either be solved using CSS and classes or for easier code & interaction integration, using an API like solid transition group. An external window can be opened using shell.openExternal() however this might need the require() statement and I am unsure if it will work in the modular space we are working with. The nowplaying integration can be solved using a library like NodeRT, however this specific version seems to be pretty version dependent, so I am unsure if there is a package that depends less on various Windows versions and is therefore easier to manage.

ElitoGame commented 1 year ago

Animations could be expanded on and a list of browsers could still be queried, otherwise everything is done =)