hey, im not sure if this is the correct place to share this, but I am working on a library consisting of customizable controls and was looking to share it and possibly get some feedback.
the idea was to have controls such as buttons, checkboxes, radiobuttons, which can be customized with different properties depending on different states of the control, such as when its being hovered over, pressed, etc.
it supports smooth color transitions for all controls (only for solid colors, it also supports gradients but the color transitions dont currently work for them) and some controls support animations too (like combobox dropdown and gauges), which can also be customized by setting the time it takes for them to happen.
theres also a scrolled panel with customizable scrollbars, wordwrapped statictexts, and a couple of additional windows/controls.
i dont know if i can share links here, but the github repo is in my profile cenfraGit/wxCustomizableControls. there’s a preview.py file with some examples.
i also wanted to ask if anybody knows how testing works in GUI? is testing more like a trial and error process or is there a more formal way to test the code?
thank you for your time. i hope that the library will be useful to somebody.