klonyyy / STMViewer

Real-time STM32 variable & trace viewer
GNU General Public License v3.0
536 stars 59 forks source link

Custumization capabilities #41

Closed Candas1 closed 1 month ago

Candas1 commented 4 months ago

I remember I came across this simulation a long time ago that seems to use the same UI library: image

This got me thinking, do you want to keep this tool generic or are you thinking about adding customizations capabilities in the future ?

A few examples I have in mind:

klonyyy commented 4 months ago

So I would like the STMViewer to stay relatively generic, meaning I don't want it to go the way CubeMonitor went. From my perspective such layouts like the one above are very application specific and this would make the STMViewer usage a lot harder as well. Moreover it is designed for the debug interface, and usually this would mean only the developer would use it, as end-users don't have the debug probe and the access to the debug port. That being said, I was thinking of adding:

VIPQualityPost commented 4 months ago

However, if we change graphics libraries, it could also be possible to support macOS among others... 😁 the screenshot @Candas1 posts reminds me of Dear Imgui like used on ngscopeclient