buttplugio / docs.buttplug.io

11 stars 6 forks source link

You suggest using rust, but there is no rust example Application #1

Open catqwe opened 1 year ago

catqwe commented 1 year ago

At the start of the guide you suggest using Rust because is the language in which this Buttplug is writen but in https://docs.buttplug.io/docs/dev-guide/writing-buttplug-applications/application/ there is just and example written in C# but no example in Rust, but developers that have no experience with rust and that want to introduce themself to this language trying things with this library would be great to have an example in Rust. (Which is my case)

Thank you! :smile:

qdot commented 1 year ago

Oh. I should probably also fix that by not recommending Rust as the language to use for Buttplug.

Being heavily async, Buttplug is not friendly to new rust users at all, as it requires understanding of streams, tasks, etc... I'd recommend trying non-async stuff before working with Buttplug.