DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.53k stars 827 forks source link

Project Showcase #756

Closed Adrian-Blandin closed 1 year ago

Adrian-Blandin commented 1 year ago

Could we open and pin an issue to showcase some real projects built with Dioxus?

The idea is copied from the following Iced's issue: https://github.com/iced-rs/iced/issues/355

This would allow people to quickly see what is possible with Dioxus through images and videos, and with links to the repositories, they could also see the code that was used to create them.

This is very useful when someone wants to decide between Rust frameworks, without having to try building some test applications and running examples themselves.

Note: I also like the way examples are presented in Iced, i.e. in a folder with a README.md and a video (e.g.: https://github.com/iced-rs/iced/tree/master/examples/styling)

arqalite commented 1 year ago

That would be great - especially to see how other devs handle situations that aren't mentioned in the documentation or sample projects.

I guess to get things started, I could also shamelessly self-plug my own Dioxus app, Rummy Nights - a dumb little project to make my boyfriend and I's games of rummy a little easier: https://github.com/arqalite/rummy-nights

Adrian-Blandin commented 1 year ago

Since no one on the project answered, I plan to close this issue soon in order to not clutter the issues. I still hope that an official place to showcase what can be achieved with Dioxus will be provided, but I understand that this may not be a top priority right now.

ealmloff commented 1 year ago

We have a few different places to share project you have built: 1) For libraries and templates: https://github.com/DioxusLabs/awesome-dioxus 2) For projects you have built with Dioxus: I made a thing channel in discord

If we move from the discord channel to Github it could be more visible to anyone new to the project. We could also link to the issue at the end of the guide. Discord allows threads which makes it much nicer to discuss projects in an organized way.

Adrian-Blandin commented 1 year ago

For anyone who stumbles upon this issue: to access the channel #i-made-a-thing on Discord, you may need to first join the Dioxus Labs server referenced on the website.

ealmloff commented 1 year ago

This is being added to the website here: https://github.com/DioxusLabs/docsite/pull/142!