Feature devui widgets #180

Merged
Dandielo merged 9 commits from feature-devui-widgets into master 2024-11-04 10:09:46 +00:00
Dandielo commented 2024-11-01 07:33:45 +00:00 (Migrated from github.com)

Overview
This pull request focused on providing more DevUI widgets with information about the engine / games state. In addition to those small improvements here and there were achieved.

Added

  • New 'ice::Color' type along with user defined literals: ""_argb, ""_brga, and more...
  • New 'ice::sort' utility that sorts an secondary indexing array based on the actual data array.
  • New logger sink feature allowing to handle messages in user-defined ways.
  • New DevUI's: Logger, World Manager, Worlds and some Traits

Refactored

  • Time types, now always returning a strong typed value.
  • Conversion between time resolutions is now implicit. (Beware it may result in loss of data in some cases)
**Overview** This pull request focused on providing more DevUI widgets with information about the engine / games state. In addition to those small improvements here and there were achieved. **Added** - New 'ice::Color' type along with user defined literals: ""_argb, ""_brga, and more... - New 'ice::sort' utility that sorts an secondary indexing array based on the actual data array. - New logger **sink** feature allowing to handle messages in user-defined ways. - New DevUI's: Logger, World Manager, Worlds and some Traits **Refactored** - Time types, now always returning a strong typed value. - Conversion between time resolutions is now implicit. (Beware it may result in loss of data in some cases)
Sign in to join this conversation.
No description provided.