Tox / tox.chat

The Tox Project's official website
https://tox.chat
Creative Commons Attribution Share Alike 4.0 International
231 stars 53 forks source link

Add link to Nim toxcore bindings #213

Closed ehmry closed 4 years ago

nurupo commented 4 years ago

A bit weird that the Nim toxcore bindings are called just "toxcore". People usually refer to the original C library as toxcore, so in certain contexts, e.g. when discussing development of software on top of the Nim bindings, it might be unclear if a person is talking about the C library or the Nim bindings for it. I don't think there is any real issue with it being called toxcore though, so LGTM.

ehmry commented 4 years ago

Yea, I agree the name is awkward, but from within Nim it's used as import toxcore, and I tried to keep the wrapping direct and un-opinionated.