Is there any project use ruby to wrap C++ library without using SWIG?

Is there any project use ruby to wrap C++ library without using SWIG?
I wanna have a look and learn from them.

Thank you

Pickaxe has a very good example of what you are asking about. See also
README.EXT in ruby distribution. These two documents helped me a lot in
getting a strong grip on wrapping C/C++ in Ruby (both ways actually, as
extentions and calling ruby from withing an application).

Gennady.

Newsgroups: comp.lang.ruby

···

----- Original Message -----
From: “Vee Satayamas” veetai@yahoo.com
To: “ruby-talk ML” ruby-talk@ruby-lang.org
Sent: Monday, April 28, 2003 4:41 AM
Subject: Is there any project use ruby to wrap C++ library without using
SWIG?

Is there any project use ruby to wrap C++ library without using SWIG?
I wanna have a look and learn from them.

Thank you

I have one that I hinted at during the last Ruby conference, but I have
not yet released any source code. I’ve applied for a new project on
sourceforge called excruby that will contain all the code I’ve written
so far.

Paul

···

On Mon, Apr 28, 2003 at 08:41:21PM +0900, Vee Satayamas wrote:

Is there any project use ruby to wrap C++ library without using SWIG?
I wanna have a look and learn from them.