GameDevTecnico / cubos

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

Port to web #1263

Open luishfonseca opened 3 weeks ago

luishfonseca commented 3 weeks ago

Description

For now, nukes a bunch of WebGL incompatible code

Checklist

github-actions[bot] commented 3 weeks ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://GameDevTecnico.github.io/cubos/docs-preview/pr-1263/ on branch gh-pages at 2024-06-16 00:08 UTC

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 32.35294% with 69 lines in your changes missing coverage. Please review.

Project coverage is 40.73%. Comparing base (da70041) to head (c7c0259).

:exclamation: Current head c7c0259 differs from pull request most recent head 4c97325

Please upload reports for the commit 4c97325 to get more accurate results.

Files Patch % Lines
core/src/gl/ogl_render_device.cpp 0.00% 40 Missing :warning:
core/src/ecs/cubos.cpp 58.82% 21 Missing :warning:
engine/src/imgui/imgui.cpp 0.00% 5 Missing :warning:
core/include/cubos/core/ecs/cubos.hpp 75.00% 1 Missing :warning:
core/include/cubos/core/ecs/system/registry.hpp 0.00% 1 Missing :warning:
core/src/io/glfw_window.cpp 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1263 +/- ## ========================================== + Coverage 40.48% 40.73% +0.25% ========================================== Files 352 352 Lines 26173 26014 -159 ========================================== + Hits 10596 10598 +2 + Misses 15577 15416 -161 ```

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