liballeg / allegro5

The official Allegro 5 git repository. Pull requests welcome!
https://liballeg.org
Other
1.89k stars 286 forks source link

Can allegro window be implemented as a wxwidget app instead of a win32 one? #1200

Open Shadowblitz16 opened 3 years ago

Shadowblitz16 commented 3 years ago

Can allegro window be implemented as a wxwidget app instead of a win32 one? I think that having this would allow us to better use wxwidgets in allegro or use wx widgets to implement our own backend.

Shadowblitz16 commented 3 years ago

forgot allegro use c and not cpp my bad

SiegeLord commented 3 years ago

That's not quite a problem, under Windows we use C++ to interface with DirectX. I think in principle this could be possible if wxwidgets gives us an OpenGL context.

Shadowblitz16 commented 3 years ago

should I reopen this?