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

Remove old rendering code #1164

Closed RiscadoA closed 4 months ago

RiscadoA commented 4 months ago

Description

Checklist

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-1164/ on branch gh-pages at 2024-05-07 19:42 UTC

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 40.78%. Comparing base (2800631) to head (1c6c604).

Files Patch % Lines
engine/src/render/defaults/plugin.cpp 0.00% 20 Missing :warning:
engine/src/render/defaults/target.cpp 0.00% 14 Missing :warning:
core/include/cubos/core/ecs/query/opt.hpp 16.66% 5 Missing :warning:
engine/src/imgui/data_inspector.cpp 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1164 +/- ## ========================================== + Coverage 39.10% 40.78% +1.67% ========================================== Files 359 342 -17 Lines 26647 25736 -911 ========================================== + Hits 10421 10496 +75 + Misses 16226 15240 -986 ```

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