Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia Set

Fractal Example

Mandelbrot Set

Fractal Example

Burning Ship Set

Fractal Example

Ressources

Setup Environment

  • Install miniLibX, pthread, and math libraries.

  • Read about libraries:

    • MiniLibX: A simple graphics library for creating basic graphics without needing to know about X-Window or Cocoa. It helps you make windows, draw shapes, handle images, and manage events easily.

    • X-Window: A system that helps display graphics on Unix computers, allowing programs to show images and windows.

    • Installation:

      sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev libbsd-dev
    • Download MiniLibX:

      git clone https://github.com/42Paris/minilibx-linux.git mlx_linux
      cd mlx_linux
      make
      ./configure
    • Create a Makefile in your main project to compile the source code.

  • pthread: Typically included with the system libraries, include pthread.h in your code.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages