legui icon indicating copy to clipboard operation
legui copied to clipboard

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

Open SpinyOwl opened this issue 7 years ago • 2 comments

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.

SpinyOwl avatar Feb 01 '18 10:02 SpinyOwl

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?

cout970 avatar Feb 01 '18 17:02 cout970

Better something like JFrame...

SpinyOwl avatar Feb 01 '18 17:02 SpinyOwl