Skip to content

Releases: justinjk007/Pentagonal-tiling

Version 3.0

03 Feb 15:56
Compare
Choose a tag to compare
Version 3.0 Pre-release
Pre-release

Fully functional Visualization GUI fully build using Qt framework and the same old backend.

Version 2.1

10 Sep 15:58
Compare
Choose a tag to compare

Change Log

  • Support for Visual Studio 2017
  • Better structured source code.
  • Better README.

The 7z file included is the dependencies that can be used by windows users, download extract and then point to the cmake file as the toolchain file.
Checkout appveyor.yml file in the build section to see exactly how to use the file.

Version 2.0

08 Sep 15:25
Compare
Choose a tag to compare

This release introduces

  • A new algorithm to find the gap in the most efficient way.
  • Cmake file that can be used to generate build files for all platform cmake supports

New release depends on the following third part libs

  • CGAL as a computation helper.
  • Boost for unit testing.

Version 1.2

18 Jul 18:40
Compare
Choose a tag to compare

It can read and write with files now for mass calculation.

For finding the gap, the algorithm tiles the primitive tiles in a square area, counts the number of primitive tiles used up and hence gives the total area used up by the tiles . Subtract this from the area covered by the square and we roughly get the area of the uncovered area which is the gap.

Version 1

18 Jul 14:02
Compare
Choose a tag to compare
Version 1 Pre-release
Pre-release

This is version 1 of the algorithm, very brittle and only works for a size of two primitive tile.

Coming up:
- Read from file