Re: OpenGL core profiles with wxPhoenix
Scott Talbert <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 11 Sep 2015, Werner wrote: >> Thanks, I will ask on the wxWidgets mailing list. FYI, I've already tested >> the patch and it works without changing any of the Phoenix source -- you >> just have to regenerate the dox, etg, and sip files. The API change is to >> add some additional constants for creating OpenGL context > You are aware that wxPython Phoenix is not using 3.0 wxWidgets but I think it > uses trunk, I just think that Robin has not gotten around to update for some > time. Are you sure about that? It sure looks to me from https://github.com/wxWidgets/Phoenix/blob/master/.gitmodules that Phoenix is using WX_3_0_BRANCH: [submodule "ext/wxWidgets"] path = ext/wxWidgets url = https://github.com/wxWidgets/wxWidgets.git branch = WX_3_0_BRANCH Scott