go-p5 / p5

p5 is a simple package that provides primitives resembling the ones exposed by p5js.org
https://go-p5.github.io/
BSD 3-Clause "New" or "Revised" License
146 stars 12 forks source link

[WIP] p5: implement Loop(), NoLoop() and IsLooping() #39

Closed psampaz closed 3 years ago

psampaz commented 3 years ago

closes #38

psampaz commented 3 years ago

waiting #33 and #37 to be merge to proceed with proper testing

codecov[bot] commented 3 years ago

Codecov Report

Merging #39 (c4d6315) into main (38b1a3d) will decrease coverage by 0.78%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   75.61%   74.82%   -0.79%     
==========================================
  Files           9        9              
  Lines         570      576       +6     
==========================================
  Hits          431      431              
- Misses        119      125       +6     
  Partials       20       20              
Impacted Files Coverage Δ
proc.go 51.29% <0.00%> (-1.65%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 38b1a3d...c4d6315. Read the comment docs.

psampaz commented 3 years ago

closing in favour of #41