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

Allow maxGUI to be used without taking over the entry point #79

Open
ProgramMax opened this issue Feb 8, 2024 · 0 comments
Open

Allow maxGUI to be used without taking over the entry point #79

ProgramMax opened this issue Feb 8, 2024 · 0 comments

Comments

@ProgramMax
Copy link
Owner

Currently, maxGUI requires controlling the entry point. This is handy to standardize different platform entry points, resulting in user code being more platform independent.

However, many people would prefer to maintain control of the entry point themselves. Or if another API/framework itself requires control, it becomes incompatible with maxGUI.

Really, maxGUI could have an init function. The entry point standardization can just be a convenience option.

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