All Projects → codedust → Go Tox

codedust / Go Tox

Licence: gpl-3.0
Go wrapper for the toxcore library - contributions welcome!

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Go Tox

Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (+167.35%)
Mutual labels:  library, chat
Ruma
A set of Rust crates for interacting with the Matrix chat network.
Stars: ✭ 189 (+285.71%)
Mutual labels:  library, chat
Gappein Chat Sdk
A plug and play modular toolkit for integrating the Chat feature on top of Firebase!
Stars: ✭ 154 (+214.29%)
Mutual labels:  library, chat
Chatview
This is an Android library which can be used to add chat functionality to your android application with just a few lines of code.
Stars: ✭ 211 (+330.61%)
Mutual labels:  library, chat
React Messenger
Chat UX components built with React, inspired by Facebook Messenger
Stars: ✭ 167 (+240.82%)
Mutual labels:  library, chat
Chatify
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application.
Stars: ✭ 885 (+1706.12%)
Mutual labels:  library, chat
Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-8.16%)
Mutual labels:  library
Tox Node
A server application to run tox node written in pure Rust
Stars: ✭ 47 (-4.08%)
Mutual labels:  tox
Rocket.chat.ios
Legacy mobile Rocket.Chat client in Swift for iOS
Stars: ✭ 1,028 (+1997.96%)
Mutual labels:  chat
Caf
Cancelable Async Flows (CAF)
Stars: ✭ 1,027 (+1995.92%)
Mutual labels:  library
Missme
Same Old Android Progress Dialog
Stars: ✭ 49 (+0%)
Mutual labels:  library
React Echarts V3
React.js(v16.x+) component wrap for ECharts.js(v3.x+)
Stars: ✭ 48 (-2.04%)
Mutual labels:  library
Tagsedittext
Android TagsEditText View
Stars: ✭ 47 (-4.08%)
Mutual labels:  library
Passfml
Pascal binding for SFML
Stars: ✭ 45 (-8.16%)
Mutual labels:  library
Fbx
📜 Single-file binary FBX importer.
Stars: ✭ 47 (-4.08%)
Mutual labels:  library
Angular Tree Component
A simple yet powerful tree component for Angular (>=2)
Stars: ✭ 1,031 (+2004.08%)
Mutual labels:  library
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (+0%)
Mutual labels:  library
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+1993.88%)
Mutual labels:  library
Tox Weechat
Tox plugin for WeeChat
Stars: ✭ 46 (-6.12%)
Mutual labels:  tox
Pannellum React
React Component for Pannellum (open source panorama viewer for the web)
Stars: ✭ 48 (-2.04%)
Mutual labels:  library

gotox

GoDoc

gotox is a Go wrapper for the c-toxcore library.

Pull requests, bug reportings and feature requests (via github issues) are always welcome. :)

For a list of supported toxcore features see PROGRESS.md.

Installation

First, install the c-toxcore library.

Next, download go-tox using go:

go get github.com/codedust/go-tox

License

gotox is licensed under the GPLv3.

How to use

See bindings.go for details about supported API functions and callbacks.go for the supported callbacks.

The best place to get started are the examples in examples/.

go run examples/example.go

Feel free to ask for help in the issue tracker. ;)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].