Love2dCS icon indicating copy to clipboard operation
Love2dCS copied to clipboard

Question about Hosting Love2dcs windows in love2dcs windows

Open Shadowblitz16 opened this issue 6 years ago • 3 comments

this is a long shot of a question... Is it possible to host and render love2dcs windows in love2dcs windows? I am asking this because I want to make a gui library which uses native window frames.

the widgets themselves will be customizable but I want the window frame to look native on the os its running on.

Shadowblitz16 avatar May 23 '19 01:05 Shadowblitz16

I'm confused. Do you mean that Lov2dcs windows are embedded in existing GUI libraries (just like #21 , but not winform), or that Lov2dcs use an existing GUI library to renderer GUI widget?

endlesstravel avatar May 23 '19 11:05 endlesstravel

like love2d itself would render another native os window frame

Shadowblitz16 avatar May 23 '19 19:05 Shadowblitz16

if you want to make a gui library which uses native window frames. This has nothing to do with love( Love uses SDL to render graphics, but you need a native window frame(The OS is responsible for rendering), It's a paradox). i think you want make something like Eto or Avalonia

endlesstravel avatar May 24 '19 02:05 endlesstravel