Hi all,

The CppWrapper package is meant to facilitate exposing C++ libraries to 
Julia, allowing library authors to write the wrapping code in C++ and 
import to Julia using a one-liner. I think I have now added most of the 
basic features needed to produce simple type wrappings. The detailed 
description can be found at:
https://github.com/barche/CppWrapper

For demonstration and performance-checking purposes, I have also wrapped a 
very limited part of the Eigen matrix library for some given fixed-size 
matrices:
https://github.com/barche/EigenCpp.jl

I'm thinking of submitting a presentation proposal for CppWrapper to 
JuliaCon, so comments and suggestions are most welcome.

Cheers,

Bart

Reply via email to