AustinJ235 / basalt

A rust library that provides window creation, input handling, and most importantly a UI.
MIT License
149 stars 5 forks source link

Widgets [WIP] #23

Open AustinJ235 opened 3 years ago

AustinJ235 commented 3 years ago

This pull request is for the new widgets and it related system. [WIP!]

Expected Features

Planned Widgets

Notes

Final Thoughts

See something I missed? A widget you want implemented? Provide some feedback for this next major feature.

AustinJ235 commented 3 years ago

Should widgets impl Deref into Arc<Bin>? This could lead to confusion with how hooks should be handled. A particular widget may have want to have specific behavior not tied to just the container.

AustinJ235 commented 2 years ago

If there is better use those. This crate is mainly for my personal applications. If it doesn't work for you don't use it.

This specific pull request is not that important and has been set off to the side for now. That is why it isn't being updated.

CCCCC7 commented 2 years ago

If there is better use those. This crate is mainly for my personal applications. If it doesn't work for you don't use it.

This specific pull request is not that important and has been set off to the side for now. That is why it isn't being updated.

reasonably put, I agree.