- Apr 19, 2022
-
-
Gino Valente authored
Added Latin-1 Supplement (160-255) and the replacement character (65533 or "�")
-
Gino Valente authored
-
Gino Valente authored
Cleaned up API. Also added some new types to better encapsulate logic and layout information.
-
- Apr 18, 2022
-
-
John authored
Start upgrade to bevy 0.7
-
Christopher Biscardi authored
-
- Apr 17, 2022
-
-
Christopher Biscardi authored
-
Christopher Biscardi authored
-
Christopher Biscardi authored
- [x] `GpuImage` requires `texture_format` now. - [ ] `ActiveCameras` was removed - https://github.com/bevyengine/bevy/commit/bf6de8962287050369cd98605490bdd7770c87b4 - [x] `CachedPipelineId` is now `CachedRenderPipelineId` and renamed `RenderPipelineCache` to `PipelineCache` - https://github.com/bevyengine/bevy/pull/3979
-
- Apr 14, 2022
-
-
John authored
Fixed DPI issue for images.
-
StarToaster authored
-
MrGVSV authored
-
MrGVSV authored
-
Gino Valente authored
-
Gino Valente authored
Added show_cursor prop on Text widget to achieve same effect
-
Gino Valente authored
-
Gino Valente authored
-
Gino Valente authored
-
- Apr 13, 2022
-
-
John authored
Change default font
-
- Apr 11, 2022
-
-
Gino Valente authored
-
Gino Valente authored
-
- Apr 10, 2022
-
-
Gino Valente authored
-
- Apr 06, 2022
-
-
John authored
Fixed wrong mutable state for world.
-
StarToaster authored
-
StarToaster authored
-
John authored
Added `ScrollBox`
-
John authored
Fixed missed layouts for on_layout
-
- Apr 01, 2022
-
-
Gino Valente authored
-
Gino Valente authored
-
Gino Valente authored
Add ability to recursively render/layout so that nodes that depend on layout have a better chance of initial success
-
Gino Valente authored
-
Gino Valente authored
-
- Mar 31, 2022
-
-
Gino Valente authored
-
Gino Valente authored
-
- Mar 25, 2022
-
-
Gino Valente authored
-
MrGVSV authored
bevy_kayak_renderer: Fix clipping not working
-
Gino Valente authored
-
Gino Valente authored
This was due the x position surpassing the width of the element, but this should not cause the element to not be clipped.
-
Gino Valente authored
-
Gino Valente authored
-
Gino Valente authored
-