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

Create abstraction for users that want just to create GUI app without learning OpenGL stuff. #85

Open
SpinyOwl opened this issue Feb 1, 2018 · 2 comments

Comments

@SpinyOwl
Copy link
Owner

SpinyOwl commented Feb 1, 2018

Create abstraction for users that want just to create GUI app without learning OpenGL stuff.
So user should have ability to create windows like in swing or javafx app.

@cout970
Copy link
Collaborator

cout970 commented Feb 1, 2018

So do you want something like a JFrame with a method to create a window OR do you want an abstarct class Application that needs to be implemented by the user and handles the lifecicle of the application?

@SpinyOwl
Copy link
Owner Author

SpinyOwl commented Feb 1, 2018

Better something like JFrame...

@SpinyOwl SpinyOwl modified the milestones: 1.5.0, 3.0.0 Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: TODO
Development

No branches or pull requests

2 participants