ztellman / penumbra

not under active development - idiomatic opengl bindings for clojure
354 stars 43 forks source link

Create penumbra frame inside swing components #22

Closed MHOOO closed 8 years ago

MHOOO commented 14 years ago

Is there any possibility of creating the penumbra application window/frame inside a JFrame/JPanel so I can add Swing components around it?

ztellman commented 14 years ago

LWJGL has support for an OpenGL context inside an AWT panel. Adding this support to Penumbra has been on my todo list, but I haven't gotten around it yet. Would this be useful to you?

tgk commented 14 years ago

I think it would be excellent to get that added. It would be useful to me as well.

MHOOO commented 14 years ago

A way to add the penumbra frame into an AWT panel would be really useful.

JonnyBeMe commented 14 years ago

I would love it, too.