Skip to content

anewi/Snowflake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Snowflake

Iteratively calculates a Koch snowflake, and renders it to the screen using the SDL2 library.

To compile and run: Without anti-aliasing: $ g++ snowflake.cpp -o snowflake -lSDL2 && ./snowflake

With anti-aliasing: $ g++ snowflake.cpp -o snowflake -lSDL2 && ./snowflake -aa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages