Re: wxWidgets nativecall

2018-11-27 Thread Timo Paulssen
I haven't looked at wxwidgets with perl6, and the last time I used it was with python many moons ago. But I think the "AST converter" you're refering to is probably App::GPTrixie - https://github.com/Skarsnik/gptrixie If you have more questions, feel free to ask on the mailing list, or on Stack O

wxWidgets nativecall

2018-11-20 Thread Perry Sebastian
Hi, I built an odd little application using wxPerl. The code worked ok, but I dislike the object interface and it does not mesh with P6. The big issue is that wxPerl gets built and tied to wxWidgets C++ code - the two are linked so you are basically stuck with that module to access wxWidgets. I hav