PistonDevelopers / conrod

An easy-to-use, 2D GUI library written entirely in Rust.
Other
3.35k stars 296 forks source link

Support material design theme #491

Open kkimdev opened 9 years ago

kkimdev commented 9 years ago

This is more like a wish-list item :)

https://www.polymer-project.org/1.0/components/paper-elements/demo.html

cyplo commented 8 years ago

Hi ! The link does not seem to work for me, could you take a look ? Thanks !

kkimdev commented 8 years ago

Yeah the link seems dead. Here is another one https://ebidel.github.io/material-playground/ . And here is the spec https://www.google.com/design/spec/material-design/introduction.html

mitchmindtree commented 7 years ago

I love the flat and clear visual aesthetic of the material design! Although having used google play music for a couple years, I find the animations can be painfully slow/unnecessary. Either way, it should be very possible to begin implementing a material design widget set using conrod in its current state. Whether we add them to the conrod crate itself or update existing widgets is another question. I think they'd be best in a conrod_material crate or something along those lines for now at least.