Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.92k stars 175 forks source link

add a discussion/question space #242

Closed nahla-nee closed 3 years ago

nahla-nee commented 3 years ago

This project is really great but a big issue is that there's a lack of resources. It's kind of hard to find answers to questions about how to use this library, whenever I try to google for answers I end up getting results about android or Microsoft's webview2. Having a comprehensive wiki or guide is hard, so in the meantime I feel like it would make sense to add some kind of discussion space. I've seen a lot of projects in the rust gui space using zulip for example, or discord or anything along those lines.

Blakeinstein commented 3 years ago

This project offers only a method of presenting a webpage as an app. The html you provide, either via localhost, a web address or as a string will be rendered out in a window. Ideally you would look at examples on how to achieve this. Even then should you have any queries, feel free to open an issue, and if no one responds feel free to ping me as well! Having a discussion platform, is kind of unwarranted at the moment, unless the scope of the project expands.

I will let @zxey decide.

richardhozak commented 3 years ago

I agree if you have a question you can open up an issue. I like issues because it allows me to get any question/issue at a pace that does not eat up too much of my time, if we were to use zulip/discrord/whatever I would be almost always available and that would put a lot of pressure on me which I do not want.

I am not opposed to having discussion platform when the community around this project gets bigger and more people than me can answer questions.

I am closing this issue, but feel free to open up more, if you have any questions.