SimpleIMGUI v0.1.0
Merged pull requests:
- add more expressive layouting (#45) (@Sid-Bhatia-0)
- polish widget drawing (#46) (@Sid-Bhatia-0)
- refactor do_widget! and simplify layouting (#47) (@Sid-Bhatia-0)
- clean up the example (#48) (@Sid-Bhatia-0)
- add CheckBox widget type (#49) (@Sid-Bhatia-0)
- update drawing of TextBox and CheckBox (#50) (@Sid-Bhatia-0)
- add RadioButton widget type and reuse Button in CheckBox (#51) (@Sid-Bhatia-0)
- add DropDown widget type (#52) (@Sid-Bhatia-0)
- refactor do_widget and do_widget! (#54) (@Sid-Bhatia-0)
- add type parameters to some structs (#55) (@Sid-Bhatia-0)
- several small miscellaneous changes (#56) (@Sid-Bhatia-0)
- don't hardcode input buttons in UserInputState struct (#57) (@Sid-Bhatia-0)
- update drawing functions names and argument order (#58) (@Sid-Bhatia-0)
- update readme (#59) (@Sid-Bhatia-0)
- fix layout related things and add tests (#60) (@Sid-Bhatia-0)
- change type parameters of UserInputState and add lower level methods for press, release, reset (#61) (@Sid-Bhatia-0)
- add docstrings (#62) (@Sid-Bhatia-0)
- remove unnecessary type constraints in methods (#63) (@Sid-Bhatia-0)
- rename alignment names (#64) (@Sid-Bhatia-0)
- add docstring for get_enclosing_bounding_box (#65) (@Sid-Bhatia-0)
- bump minor version (#66) (@Sid-Bhatia-0)