Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 718 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 718 Bytes

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