ffi-tox

Ruby FFI bindings to Tox.

BSD-2-CLAUSE License

Downloads
21.4K
Stars
3
Committers
1

ffi-tox

This gem provides FFI bindings to Tox core. At the moment it only binds Messenger.h but that can easily be changed.

To clone use:

git clone --recursive <repo>

This makes it also clone the submodule.

Usage

require 'ffi-tox'

It uses the same syntax as the standard tox core.

Development

To build the gem file run:

bundle
rake generate