Skip to content

Fractals/Curves (Hilbert, Koch, Dragon) generated in Unicode. (C++)

Notifications You must be signed in to change notification settings

cckroets/unicode-curves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unicode-curves

Pictures available in the 'examples' directory.

Draw unicode curves such as Hilbert, Koch, Dragon, of any order.

Compile all files. The executable will output each character in integer form.

Use unicode.ss to convert the output to unicode.

Compile program:

g++ -o curves *cpp

Output unicodes:

./curves > codes.txt

Convert unicodes to characters:

racket unicode.ss < codes.txt > curve.txt

Now curve.txt will look like this:

alt tag

About

Fractals/Curves (Hilbert, Koch, Dragon) generated in Unicode. (C++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published