GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
83 stars 23 forks source link

Add UI base #1173

Closed DiogoMendonc-a closed 4 months ago

DiogoMendonc-a commented 4 months ago

Added:

github-actions[bot] commented 4 months ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://GameDevTecnico.github.io/cubos/docs-preview/pr-1173/ on branch gh-pages at 2024-05-09 18:05 UTC

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 182 lines in your changes are missing coverage. Please review.

Project coverage is 40.48%. Comparing base (fb1cfbf) to head (e884a24).

Files Patch % Lines
engine/src/ui/canvas/plugin.cpp 0.00% 70 Missing :warning:
engine/src/ui/color_rect/plugin.cpp 0.00% 65 Missing :warning:
engine/src/ui/canvas/element.cpp 0.00% 12 Missing :warning:
core/src/ecs/cubos.cpp 0.00% 11 Missing :warning:
engine/src/ui/canvas/horizontal_stretch.cpp 0.00% 5 Missing :warning:
engine/src/ui/canvas/vertical_stretch.cpp 0.00% 5 Missing :warning:
engine/src/defaults/plugin.cpp 0.00% 4 Missing :warning:
engine/src/ui/canvas/canvas.cpp 0.00% 4 Missing :warning:
engine/src/ui/color_rect/color_rect.cpp 0.00% 4 Missing :warning:
core/include/cubos/core/ecs/cubos.hpp 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1173 +/- ## ========================================== - Coverage 40.77% 40.48% -0.29% ========================================== Files 342 349 +7 Lines 25744 25925 +181 ========================================== Hits 10496 10496 - Misses 15248 15429 +181 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.