Ruby interface for libtoxcore
https://github.com/TokTok/c-toxcore
| bin | ||
| config | ||
| examples | ||
| ext | ||
| lib | ||
| multimedia | ||
| spec | ||
| vendor/src | ||
| .gitignore | ||
| .gitmodules | ||
| .rspec | ||
| .rubocop.yml | ||
| .simplecov | ||
| .travis.yml | ||
| .yardopts | ||
| Gemfile | ||
| LICENSE | ||
| Rakefile | ||
| README.md | ||
| tox.gemspec | ||
::Tox
Ruby interface for libtoxcore. It can be used to create Tox chat client or bot. The interface is object-oriented instead of C-style (raises exceptions instead of returning error codes, uses classes to represent primitives, etc.)