Skip to content
Snippets Groups Projects
  1. Dec 06, 2024
    • Caleb Yates's avatar
      Update to bevy 0.15 (#166) · f3b2500b
      Caleb Yates authored
      * feat: main code compiles (untested)
      
      * feat: basic_sprite example works as expected
      
      * mark: example basic_ui works
      
      * mark: every_option example works
      except for the border, which was just removed
      
      * mark: example font_per_widget works
      
      * mark: image_background example works
      
      * marK: multiple_sprites example works
      
      * marK: placeholder example works
      
      * marK: readonly example works
      
      * marK: readonly example works
      
      * mark: final example works!
      
      * feat: updated module structure to use a prelude
      
      * feat: fixed all warnings
      
      * fix: tests pass
      
      * refactor: `CosmicBuffer` -> `CosmicEditBuffer` as `bevy::text::CosmicBuffer` already exists
      
      * todo: remove cosmic source component
      
      * refactor: Removed `CosmicSource`
      
      * feat: Removed old `CosmicWidgetSize` component in favour of an implementation-specific getter world query
      
      * feat: half the examples compiling and working
      Except for this annoying bug with the ui looking weird
      
      * mark: only every_option example to go
      
      * feat: All examples ported over
      
      * refactor: Renamed `ScrollDisabled` to `ScrollEnabled`
      
      * fix: cargo doc returns no warnings
      
      * refactor: Using bevy builtin `SwashCache`
      
      * fix: documentation is now more consistent
      
      * fix: documentation and privacy are now much better
      
      * fix: wasm compiles again
      
      * refactor: utils is now private module
      
      * doc: minor adjustments
      
      * fix: utils module now public
      
      * doc: documented `print_editor_sizes`
      
      * fmt
      
      * doc: todo
      
      * todo: move all target-specific code into render_targets module
      
      * todo: clean up lots of mathy code todo with render boxes
      
      * wip: trying to debug annoying UI start glitch
      
      * feat: fixed final UI bug
      
      * fmt
      f3b2500b
  2. Nov 29, 2024
    • Caleb Yates's avatar
      Code quality improvements (#164) · e8a853a6
      Caleb Yates authored
      * fix: Implement reflect for FocusedWidget
      
      * refactor: using `bevy_math::Rect.contains` implementation to clean up code
      
      * fix: clippy is happy now
      
      * fix: fmt is happy now
      
      * add: Lots of Reflect impls and type registrations
      
      * refactor: moved certain type registrations into their own modules
      e8a853a6
  3. Nov 18, 2024
  4. Oct 11, 2024
  5. Sep 15, 2024
  6. Sep 13, 2024
  7. Sep 11, 2024
  8. Aug 26, 2024
  9. Aug 25, 2024
  10. Aug 13, 2024
  11. Jul 11, 2024
  12. Jun 18, 2024
  13. Jun 09, 2024
    • ActuallyHappening's avatar
      add: documents feature flags (#147) · d113ef7c
      ActuallyHappening authored
      * add: documents feature flags
      esspecially the multicam feature
      
      * doc: documents requirement for `CosmicPrimaryCamera`
      
      * add: `CosmicPrimaryCamera` implements Debug and Default
      for convenience
      
      * fix: lints fixed
      d113ef7c
  14. May 31, 2024
  15. May 30, 2024
  16. May 28, 2024
  17. May 20, 2024
  18. May 08, 2024
  19. May 07, 2024
  20. May 06, 2024
  21. May 01, 2024
  22. Apr 30, 2024
Loading