[ANN] First release of FFICHeaderExtractor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] First release of FFICHeaderExtractor

Mariano Martinez Peck
Dear all, 

I am happy to announce the first release of FFICHeaderExtractor project. You can find the project and the documentation here:

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] First release of FFICHeaderExtractor

abergel
Hi!

Can this be useful to make OpenGL bindings?
I remember that Igor used some function headers to generate the bindings.

Alexandre



> On Jan 27, 2016, at 6:44 AM, Mariano Martinez Peck <[hidden email]> wrote:
>
> Dear all,
>
> I am happy to announce the first release of FFICHeaderExtractor project. You can find the project and the documentation here:
>
> https://github.com/marianopeck/FFICHeaderExtractor
>
> Any feedback is more than welcome.
>
> Best,
>
> --
> Mariano
> http://marianopeck.wordpress.com

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: [ANN] First release of FFICHeaderExtractor

stepharo
Alex

this lib will be useful to anybody needed to know the low level
representation of certain constants on a given platform.

Stef

Le 27/1/16 20:48, Alexandre Bergel a écrit :

> Hi!
>
> Can this be useful to make OpenGL bindings?
> I remember that Igor used some function headers to generate the bindings.
>
> Alexandre
>
>
>
>> On Jan 27, 2016, at 6:44 AM, Mariano Martinez Peck <[hidden email]> wrote:
>>
>> Dear all,
>>
>> I am happy to announce the first release of FFICHeaderExtractor project. You can find the project and the documentation here:
>>
>> https://github.com/marianopeck/FFICHeaderExtractor
>>
>> Any feedback is more than welcome.
>>
>> Best,
>>
>> --
>> Mariano
>> http://marianopeck.wordpress.com


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] First release of FFICHeaderExtractor

Mariano Martinez Peck
In reply to this post by abergel


On Wed, Jan 27, 2016 at 4:48 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

Can this be useful to make OpenGL bindings?

It will be useful for autogenerating methods (for different platforms) to initialize constants in SharedPools. But this is NOT for autogenerating FFI bindings. 
 
I remember that Igor used some function headers to generate the bindings.


Probably you are talking about TalkFFI???  That's a different story. That is for automatically making the FFI callout stub methods of a certain C library. 
 
Alexandre



> On Jan 27, 2016, at 6:44 AM, Mariano Martinez Peck <[hidden email]> wrote:
>
> Dear all,
>
> I am happy to announce the first release of FFICHeaderExtractor project. You can find the project and the documentation here:
>
> https://github.com/marianopeck/FFICHeaderExtractor
>
> Any feedback is more than welcome.
>
> Best,
>
> --
> Mariano
> http://marianopeck.wordpress.com

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.







--