Skip to content

Releases: Calvin-CS/TSGL

TSGL 2.1

21 Jul 19:24
3d60020
Compare
Choose a tag to compare

Major edits / updates to TSGL:

  • Improved install scripts and TSGL hierarchy.
  • Added documentation / tutorials for TSGL 3D aspects.
  • Includes added examples and many bug fixes.

Edits / updates by RyanVreeke and samuelth47.

TSGL 2.0

09 Jun 19:47
Compare
Choose a tag to compare

Upgraded installation system for various platforms!
The class was extended from 2D procedural library to 3D object oriented library.

TSGL

25 Aug 01:21
Compare
Choose a tag to compare

Brand new release! Improved installation scripts for Mac and Linux, an easy way to update documentation, and more!

TSGL 1.1.1

03 Aug 21:42
Compare
Choose a tag to compare

Updated the Windows version of TSGL! This version works on all three platforms; the previous version does not (it does not work on Windows).

1.1

24 Jul 19:55
Compare
Choose a tag to compare
1.1

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!

1.0

19 Aug 20:59
Compare
Choose a tag to compare
1.0
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.