Skip to content

Releases: Calvin-CS/TSGL

TSGL 2.1

Choose a tag to compare

@RyanVreeke RyanVreeke released this 21 Jul 19:24
3d60020

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

Choose a tag to compare

@samuelth47 samuelth47 released this 09 Jun 19:47

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

TSGL

Choose a tag to compare

@cpd67 cpd67 released this 25 Aug 01:21

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

TSGL 1.1.1

Choose a tag to compare

@cpd67 cpd67 released this 03 Aug 21:42

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

1.1

Choose a tag to compare

@pac3 pac3 released this 24 Jul 19:55

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

1.0

Choose a tag to compare

@Rycieos Rycieos released this 19 Aug 20:59
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.