Skip to content

HyperArt is a program to view and create repeating hyperbolic patterns using algorithm developed by Dr Douglas Dunham. The patterns are similar to those created by the venerable Dutch artist M. C. Escher. While this might not be of immediate practical use, it is very interesting from mathematical and artistic viewpoints.

License

Notifications You must be signed in to change notification settings

ajitomatix/hyperart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperArt

HyperArt is a program to view and create repeating hyperbolic patterns (tessalations/tilings) using algorithms developed by Dr Douglas Dunham. It generates hyperbolic tessalations projected onto a Poincaré disk.

The end result are patterns that are similar to those created by the venerable Dutch artist M. C. Escher.

While this may not have any immediate commercial application, it is very interesting from a mathematical and artistic viewpoint.

What patterns can this software generate?

HyperArt has a HyperArt Designs (.had) file which is in XML format. While a HyperArt Designer is sorely needed, many .had files are included in the 'designs' directory included in this repository. These jpg and png files were generated by HyperArt from the corresponding .had files.

Here are a few samples...

P104RF66

p104rf66

Circle Limit 1

cl1

Circle Limit 2

cl2

Circle Limit 3

cl3

Circle Limit 4

cl4

Leaf

leaf

F-star 54

fstar54

History

2005

The original Qt3 version was published by me on sourceforge. That CVS(!) repository still lives, but is now in readonly mode.

2021-2022

My good friend Dr. Josha Jacobs (joshicola on Github), ported it to Qt5 and migrated it over to Github!

2023

In this latest reincarnation, I have ported it to Qt6.5 with following notable changes:

  • Using the CMake build system instead of QMake (Qt .pro files).
  • Removed document/view system based on unmaintained QDocument classes.
  • Made the diagrams scale with window resizes.
  • Fixed export as jpeg/png image.

Many things aren't working or need to improve:

  • C++ code is a mix of old and new (C++17) styles. e.g. Could use 'auto' in a lot more places.
  • Zoom in/out/fit functionality is removed for now as the diagrams now scale with viewport changes.
  • Animation functinality (stepping through layer generation) is disabled currently.

About

HyperArt is a program to view and create repeating hyperbolic patterns using algorithm developed by Dr Douglas Dunham. The patterns are similar to those created by the venerable Dutch artist M. C. Escher. While this might not be of immediate practical use, it is very interesting from mathematical and artistic viewpoints.

Resources

License

Stars

Watchers

Forks

Packages

No packages published