[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Bounty for an egg or two.
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-users] Bounty for an egg or two. |
Date: |
Mon, 05 Apr 2010 09:45:16 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
I don't know about Ogre3D, but I also found cgal to have an especially
FFI-unfriendly API. Speaking of computational geometry libraries, I
came across a library called FastGEO:
http://www.partow.net/projects/fastgeo/index.html
It is written in Object Pascal, but I found its interface to be quite
simple, and I think it would not be altogether difficult to either port
it to Scheme, or compile it with cdecl calling convention and use
Chicken's FFI to call its procedures.
-Ivan
Felix <address@hidden> writes:
> From: Matthew Welland <address@hidden>
> Subject: [Chicken-users] Bounty for an egg or two.
> Date: Thu, 1 Apr 2010 21:53:52 -0700
>
>> I'd like some help in getting some eggs made:
>>
>> 1. An interface to cgal
>> 2. An interface to Ogre3d
>>
>
> Phew - these are heavyweight and it seems that they use templates
> extensively. I don't think Swig is the right way to go, though: I don't
> know if the chicken backend is actively maintained, and it is not
> ported to chicken 4 yet, AFAIK.
>
>
> cheers,
> felix