- Jan 11, 2022
- Jan 09, 2022
- Jan 08, 2022
- Jan 03, 2022
- Jan 02, 2022
- Dec 29, 2021
- Dec 28, 2021
- Dec 27, 2021
Added a bevy feature to kayak_ui.
Updated to the 0.6 release of bevy. Fixed some bugs.
TextBox text style improvements
* Use colour style for the text * Use gray colour for the placeholder text * Add more color constant
Added `use_effect` hook macro
Added Provider/Consumer system
Currently demonstrates the use_state and use_effect hook macros
Created a system for defining side-effects for state updates
Re-implemented event system