jtomschroeder / cedar

Rust framework for building visual/interactive applications
MIT License
133 stars 9 forks source link

Add support for lists #15

Open linkmauve opened 7 years ago

linkmauve commented 7 years ago

Many elements in a GUI will appear in the form of lists, such as tabs in a browser, bookmarks, messages in a chat client, icons in a launcher, etc.

cedar’s view system should have a way to map a Vec from the model into a list of GUI elements.

paulrouget commented 7 years ago

That would indeed help a lot.