You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSGL Version 1.1 is ready! Lots of bugfixes, cool new tests and examples, fleshed out documentation, cross-platform compatibility, improved parallel visualizations, extra drawing functions, and more!
Added another test and a little docs
Canvas.cpp: Moved the mutex lock in drawPoint() back down as I
noticed some point corruption.
Canvas.h: Added a note for updateScreenBuffer().
tests.cpp: Made getPixelsFunction() and greyScaleFunction() scale
the image they were drawing with the size of the window.
Fixed greyScaleFunction() drawing half upside-down.
Added a second greyscale function that copies from one canvas
to another.