oakmound / oak

A pure Go game engine
Apache License 2.0
1.52k stars 84 forks source link

Feature/v4 shaker+examples #202

Closed Implausiblyfun closed 2 years ago

Implausiblyfun commented 2 years ago

Considered a different space for shaker but current thoughts as follows.

While it is fairly decoupled shaker relies on window and scene so it doesnt make sense in either location but it also doesnt make sense in entities.

codecov-commenter commented 2 years ago

Codecov Report

Merging #202 (2844e45) into feature/v4-drivers (a4bafb1) will increase coverage by 0.01%. The diff coverage is n/a.

@@                  Coverage Diff                   @@
##           feature/v4-drivers     #202      +/-   ##
======================================================
+ Coverage               92.38%   92.40%   +0.01%     
======================================================
  Files                     137      137              
  Lines                    6149     6149              
======================================================
+ Hits                     5681     5682       +1     
+ Misses                    411      408       -3     
- Partials                   57       59       +2     
Impacted Files Coverage Δ
collision/rtree.go 97.90% <0.00%> (-1.40%) :arrow_down:
drawLoop.go 39.75% <0.00%> (+2.40%) :arrow_up:
sceneLoop.go 96.55% <0.00%> (+3.44%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

200sc commented 2 years ago

This should precede #198