mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
aabc8367bb
May or not work, depending on the camera, time of day, phases of the moon, and distance to the closest uTox installation |
||
---|---|---|
audio | ||
img | ||
res | ||
ui | ||
widget | ||
.gitignore | ||
audiobuffer.cpp | ||
audiobuffer.h | ||
cdata.cpp | ||
cdata.h | ||
COPYING | ||
core.cpp | ||
core.h | ||
cstring.cpp | ||
cstring.h | ||
dialogs.ini | ||
friend.cpp | ||
friend.h | ||
friendlist.cpp | ||
friendlist.h | ||
group.cpp | ||
group.h | ||
grouplist.cpp | ||
grouplist.h | ||
LICENSE | ||
main.cpp | ||
NURUPOWILLSUEME | ||
README.md | ||
res.qrc | ||
settings.cpp | ||
settings.h | ||
status.cpp | ||
status.h | ||
toxgui.pro | ||
widget.ui |
toxgui
For-fun Tox client that tries to follow the Tox UI mockup while running on all major systems.
This GUI uses code from @nurupo's ProjectTox-Qt-GUI, in particular the "Core" Toxcore wrapper.
However, it is not a fork.
Features
- One to one chat with friends
- Group chats
- File transfers, with previewing of images
- Audio calls
- Video calls (EXPERIMENTAL, receiving video only, not sending)
Requirements
This client will run on Windows, Linux and Mac natively, but binairies are only be provided for Windows at the moment.
Linux and Mac users will have compile the source code themselves.