Closed skeletonium closed 4 years ago
Hello!
the project managed to stay alive until now
Good joke, I like it :smiley:
Regarding c-toxcore. Toxygen doesn't support c-toxcore fork. 0.4.x branch uses old toxcore and 0.5.x branch uses NGC toxcore which is far ahead of c-toxcore
I would try the releases but they are not signed and seem very big. Why 123 MB?
Releases have all deps packed into single archive, including python, toxcore, pyqt5 and other stuff.
Hopefully in the future we could get pre-built packages like qTox and uTox.
I afraid it won't happen because development is stopped
Hi,
I found out about Toxygen just recently while contributing to the Tox wiki. It is impressive how many features Toxygen seems to support despite being of the lesser-known clients, and that the project managed to stay alive until now. I think it should be more well-known and supported for this reason.
I wanted to test Toxygen so I could make some updated screenshots and an installation guide to add to the wiki. So I installed all the dependencies (python-pyqt5, pyaudio, numpy, opencv, and portaudio19-dev), cloned the source code, compiled the latest version of c-toxcore from https://github.com/TokTok/c-toxcore, and tried to run Toxygen using python3 main.py.
I looked in /usr/local/lib and there is indeed no libtoxencryptsave.so, but /usr/local/include/tox/ has toxencryptsave.h.
So, since I just wanted to test Toxygen, I tried to disable all the code related to ToxES. But now Toxygen didn't start because of missing ToxAV:
So I tried to disable ToxAV as well. After that, the profile creation window of Toxygen started, but still failed while creating the profile: name 'ToxES' is not defined
I did not read through the code that much, but I guess ToxES is needed in some way.
So I tried the prealpha version instead (v0.5.0). With the latest version of Toxcore, that needed no changes to the code and started normally. I created the profile and continued, but as soon as it is loaded:
I would try the releases but they are not signed and seem very big. Why 123 MB? Speaking of signing, do you have a GPG key you could sign commits and releases with? I would add its fingerprint to the installation guide.
Hopefully in the future we could get pre-built packages like qTox and uTox.