Re: Perl6 and wxwidgets

2014-06-08 Thread Brandon Allbery
On Sun, Jun 8, 2014 at 6:54 AM, Erik Colson wrote: > Is it possible to use an external C-library like wxwidgets from > perl6/moarvm ? > If so, is there any doc how this can be achieved ? > wxwidgets may actually be a bit difficult, since it's not a C library. It's C++, and that is famously diffi

Re: Perl6 and wxwidgets

2014-06-08 Thread Tobias Leich
GTK::Simple is a recent example of how to make these bindings: https://github.com/perl6/gtk-simple/ Am 08.06.2014 12:56, schrieb Moritz Lenz: > Hallo Erik, > > On 08.06.2014 12:54, Erik Colson wrote: >> Is it possible to use an external C-library like wxwidgets from perl6/moarvm >> ? >> If so, is

Re: Perl6 and wxwidgets

2014-06-08 Thread timo
On 06/08/2014 12:54 PM, Erik Colson wrote: > Hi, > > Is it possible to use an external C-library like wxwidgets from perl6/moarvm ? > If so, is there any doc how this can be achieved ? > > Thanks > -- > erik colson Hello Erik, We have a Module in the ecosystem called NativeCall (lives on github i

Re: Perl6 and wxwidgets

2014-06-08 Thread Moritz Lenz
Hallo Erik, On 08.06.2014 12:54, Erik Colson wrote: > Is it possible to use an external C-library like wxwidgets from perl6/moarvm ? > If so, is there any doc how this can be achieved ? It is, through the NativeCall library: https://github.com/jnthn/zavolaj/ Cheers, Moritz

Perl6 and wxwidgets

2014-06-08 Thread Erik Colson
Hi, Is it possible to use an external C-library like wxwidgets from perl6/moarvm ? If so, is there any doc how this can be achieved ? Thanks -- erik colson