Skip to content

Application written in C++ that allows generating fractals from the Julia set and saving them as a bitmap.

License

Notifications You must be signed in to change notification settings

JM-Tazur/Julia-Set-Fractals-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Julia_Fractals

A window application written in C++ that allows generating fractals from the Julia set and saving them as a bitmap. The program uses two DLLs written in two different languages (C++ and ASM) to compare the execution times of the same task depending on the language.

Application is designed to run on multiple threads (Execution time may differ). Number of these can be assigned via slider.

Requires Microsoft Macro Assembler in order to work (https://www.masm32.com/)

julia1

julia2