All notable changes to the gtk-fortran project are documented in this file. The format is based on Keep a Changelog.
- Four photos in
pictures/
:a_circle_of_tile1_1.jpg
,another_circle_of_tile1_1.jpg
,hat_and_hexagonal_holes.jpg
,The ein Stein stand - 2024-04-12.jpg
pictures/one_tile1_1.svg
: it appears in theREADME.md
file.- A red circle at the barycenter of each polygon to mark the front face.
- Copied the resulting
.svg
files in thepictures/
directory. - Replaced
src/hat_polykite_class.f90
andsrc/tile1_1_class.f90
by the abstract classsrc/tile_class.f90
, extended in two classesHat_polykite
andTile1_1
.
tile1_1_class.f90
module (class): draws a Tile(1,1) chiral aperiodic monotile in atile1_1.svg
file.
Initial commit.