Skip to content

Release/v4.0.0#207

Merged
200sc merged 167 commits intomasterfrom
release/v4.0.0
May 21, 2022
Merged

Release/v4.0.0#207
200sc merged 167 commits intomasterfrom
release/v4.0.0

Conversation

@200sc
Copy link
Contributor

@200sc 200sc commented May 21, 2022

No description provided.

200sc and others added 30 commits March 12, 2022 11:02
- adds type safe bindings / triggers
- decreases api surface considerably
- loops replaced with concurrent executions
1. unsafeBind(id,handler,interface{}),
2. globalBind(typedPayload)
3. bind(typedCaller,typedPayload)

This migrates all packages but examples, entities, and joystickviz
- adjusts the loading scene to not use a loop.
- keyboard-viz example working
This still needs work on every non-windows driver, as well as adjustment in window.Window to only include those things all default drivers have.
scene: Embed Eventhandler to allow for some embedded calls
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2022

Codecov Report

Merging #207 (e4df7da) into master (ece3195) will increase coverage by 2.71%.
The diff coverage is 97.63%.

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   92.27%   94.98%   +2.71%     
==========================================
  Files         141      143       +2     
  Lines        6456     6344     -112     
==========================================
+ Hits         5957     6026      +69     
+ Misses        438      287     -151     
+ Partials       61       31      -30     
Impacted Files Coverage Δ
alg/floatgeom/point.go 100.00% <ø> (ø)
alg/floatgeom/polygon.go 98.14% <ø> (ø)
alg/intgeom/point.go 100.00% <ø> (ø)
collision/geom.go 100.00% <ø> (ø)
collision/point.go 100.00% <ø> (ø)
collision/ray/caster.go 100.00% <ø> (ø)
collision/ray/coneCaster.go 100.00% <ø> (ø)
collision/rtree.go 99.30% <ø> (ø)
collision/tree.go 100.00% <ø> (ø)
config.go 100.00% <ø> (+1.76%) ⬆️
... and 70 more

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

@200sc 200sc merged commit a75e0d2 into master May 21, 2022
@200sc 200sc deleted the release/v4.0.0 branch June 11, 2022 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants