There is a lot of really good screenshots and gifs out there! Putting them all in Readme becomes too heavy. We need a dedicated section on "wgpu.rs" website instead.
I would've liked to help with this issue, but I couldn't find the repository holding the website code ?
@Uriopass the website is under the gh-pages branch of this repository: https://github.com/gfx-rs/wgpu-rs/tree/gh-pages
I made a first try in #312, but it's just raw HTML/CSS.
I'm not sure what you meant by image gallery, I hope it's enough?
@Uriopass would be fine by me, thank you! If there are any web devs around, please feel free to provide feedback :)
I think it could be worth it to remove some screenshots that clutter the README and add a link to wgpu.rs instead.
We can also add more screenshots now :-)
@Uriopass yes, thank you for all the good work!
We can leave only a handful in Readme
Note that https://github.com/gfx-rs/wgpu-rs/wiki/Applications is growing, and there is a lot more material out there than we currently feature on the gallery. We need to catch up!
I was looking through help wanted tasks and came across this issue. I made a new one using Bulma CSS framework, Handlebars templating system, and Font Awesome icons.
Online Demo: https://siavashserver.github.io/temp/wgpu-rs/
Source Code: https://gist.github.com/siavashserver/0fcb45b3dbd439be58b0e26caff3a4cd
It would be nice if you could replace the wgpu-rs logo with an SVG one, and use higher resolution thumbnails. You can add or remove projects by modifying the showcase_list variable. See here:
https://gist.github.com/siavashserver/0fcb45b3dbd439be58b0e26caff3a4cd#file-index-html-L195
I hope you like it :)
@siavashserver I love it! Would you want to make a PR against the "gh-pages" branch to replace the current website with this one?
Done, I'm glad that you like it :)
Most helpful comment
I was looking through help wanted tasks and came across this issue. I made a new one using Bulma CSS framework, Handlebars templating system, and Font Awesome icons.
Online Demo: https://siavashserver.github.io/temp/wgpu-rs/
Source Code: https://gist.github.com/siavashserver/0fcb45b3dbd439be58b0e26caff3a4cd
It would be nice if you could replace the wgpu-rs logo with an SVG one, and use higher resolution thumbnails. You can add or remove projects by modifying the
showcase_listvariable. See here:https://gist.github.com/siavashserver/0fcb45b3dbd439be58b0e26caff3a4cd#file-index-html-L195
I hope you like it :)