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 in
a repository named zavolaj), that makes it quite simple to bind C
libraries. This works across jvm, moar and parrot.

For a few examples, check out these projects:

https://github.com/avuserow/perl6-audio-taglib-simple/
https://github.com/avuserow/perl6-compress-snappy/
https://github.com/retupmoca/P6-Compress-Zlib-Raw/
https://github.com/dagurval/perl6-gd-raw/
https://github.com/perl6/gtk-simple/
https://github.com/mrhdias/perl6-Imlib2/

Hope to help!
  - Timo

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to