Releases: justinjk007/Pentagonal-tiling
Version 3.0
Fully functional Visualization GUI fully build using Qt framework and the same old backend.
Version 2.1
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
Version 1.2
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
This is version 1 of the algorithm, very brittle and only works for a size of two primitive tile.
Coming up:
- Read from file