Skip to content

Releases: tohn/aa3d

v1.2.2

16 Aug 06:41
80fc506
Compare
Choose a tag to compare

update workflow to include tags

v1.2.1

16 Aug 06:10
286f789
Compare
Choose a tag to compare
  • fix typos
  • be consistent in using comments/tabs
  • update README
    thanks to Uwe Hermann for the diff

v1.2.0

16 Aug 05:19
1697738
Compare
Choose a tag to compare

add Dockerfile and Workflow

v1.1.0

16 Aug 05:19
63f242f
Compare
Choose a tag to compare
  • include string.h
  • linting

v1.0.2

16 Aug 05:18
Compare
Choose a tag to compare

Install Ben's patch.

v1.0.1

16 Aug 05:17
Compare
Choose a tag to compare
  • commented the code a little so curious people can more
    easily learn a little about stereograms
  • improved the default character-set
  • improved randomization of line offsets to avoid 2 lines
    starting near the same spot
  • added a randomizing seed command line argument
  • fixed bug in the output: at borders between 2 different
    depths, sometimes a character that was supposed to be at the depth
    of the background looks like it's at the depth of the foreground.
    This was fixed by detecting when this happens, and replacing the
    character with a random character. This doesn't cause any visual problem,
    because these characters on the bottom side of such a depth border would
    only be seen by one eye in the real world, so it doesn't need to match up
    with any other character.

v1.0

16 Aug 05:15
Compare
Choose a tag to compare

AA3d initial checkin - version 1.0