Skip to content

fredreichbier/io-cinvoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CInvoke for Io

That is a C/Invoke addon for Io, based on Trevor Fancher's CFFI addon.

To get it:

cd my_io_installation/addons
git clone git://github.com/fredreichbier/io-cinvoke.git CInvoke
It does support (in theory):
  • dynamic library loading on all systems supported by C/Invoke
  • dynamic function calling
  • C structure access
  • Io callback functions
Its dependencies:

CInvoke is licensed under the revised BSD license.

CInvoke for Io is only tested with the included samples; there is a minimal gtk example included.

There is no documentation at the moment, but it's planned.

About

A C/Invoke binding for Io (ffi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published