Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Widgets, MouseJoystick, many Gages, etc. #73

Open
rslippert opened this issue Apr 8, 2024 · 0 comments
Open

New Widgets, MouseJoystick, many Gages, etc. #73

rslippert opened this issue Apr 8, 2024 · 0 comments

Comments

@rslippert
Copy link

I'm building spacecraft controls, called Xcontrols and have created many widgets.
I'm willing to move them to the style you use here for Pygame_Widgets
I would rather just off load these to your package, for better modularity and testing.

So, I dropped an example Mouse Joystick python widget as talking example txt file.
I have lots of other gage type widgets, etc but they use my style not your style.
I will consider converting these into Pygame_Widgets.

But, We should talk about design, class parameters, and methods, etc.
because my Orion spacecraft "Glass" has both general and specific needs.
EG. The widget I provided is an extension of your slider widget, but two outputs not one
All of my widgets allow multiple not single inputs and/or outputs & use lists & dictionaries.
EG. note, adding a second set of parameters (min2,max2,value2) is messy.
EG. the textbox needs to be integrated into the widgets, in most cases.

mjoy.txt
Let me know what you think. Bob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant