Skip to content

A simple program that displays a tessellation on the monitor. Made for Maths school task.

License

Notifications You must be signed in to change notification settings

itsanonmelody/tessellation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tessellation

Tessellation is the covering of a plane using one or more geometric shapes, called tiles, with no overlaps and no gaps. - Wikipedia

Features

The program shows a tessellation on the screen. Upon closing the window, the tessellation is saved to 'tessellation.png' which located in the same directory as the program.

Build

cmake -G <generator-of-choice> -S . -B build -DCGLM_STATIC=ON
cmake --build build

The executable will bin located in ./bin/.

About

A simple program that displays a tessellation on the monitor. Made for Maths school task.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published