Skip to content

Hybrid program created with x64 assembly and C πŸ’»πŸ”§ used for generating Mandelbrot Set visualizations 🌌. This project combines the efficiency of assembly with the flexibility of C to produce stunning fractal images. πŸš€πŸ“ˆ

Notifications You must be signed in to change notification settings

Kerciu/mandelbrot-set-x64-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

73 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mandelbrot Set Visualisation

Author: Kacper GΓ³rski

This is a hybrid program created with x64 assembly and C language used for generating visualisations of the Mandelbrot Set. It employs the SDL2 library for image visualisation. This project was developed as an assignment for the Computer Architecture course at WUT. 🎨πŸ–₯️

πŸš€ Features

  • Generates stunning visualisations of the Mandelbrot Set. 🌌
  • Utilises x64 assembly for efficient Mandelbrot set computations. πŸ’»
  • Includes C implementation for additional functionality. πŸ”§
  • Integrates the SDL2 library for smooth image display. πŸ–ΌοΈ

πŸ“š Usage

  1. Clone this repository to your local machine:

    git clone <repository-url>
  2. Ensure you have the SDL2 library installed. You can install it using your package manager or download it from the official website: SDL2 Official Website. πŸ“₯

  3. Compile the program using your preferred compiler. For example, if using GCC, you can compile it using the provided Makefile:

    make
  4. Run the program:

    ./mandelbrot

About

Hybrid program created with x64 assembly and C πŸ’»πŸ”§ used for generating Mandelbrot Set visualizations 🌌. This project combines the efficiency of assembly with the flexibility of C to produce stunning fractal images. πŸš€πŸ“ˆ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages