https://github.com/hakolao/ascii_mandelbrot
Print Mandelbrot in ascii in terminal
https://github.com/hakolao/ascii_mandelbrot
Last synced: 8 months ago
JSON representation
Print Mandelbrot in ascii in terminal
- Host: GitHub
- URL: https://github.com/hakolao/ascii_mandelbrot
- Owner: hakolao
- Created: 2020-02-28T16:43:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T16:45:43.000Z (over 5 years ago)
- Last Synced: 2025-01-01T23:09:46.029Z (9 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ascii Mandelbrot
A quick fun script that prints ascii mandelbrot.## Usage
```
gcc -Wall -Wextra -Werror -o ascii_mandelbrot mandelbrot.c
./ascii_mandelbrot [width] [height]
```Example at w: 50, h: 25
```
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!""""""""""""""""""""!!!!!!
!!!!!!!!!!!!!!!!!!!!!"""""""""""""""""""""""""""!!
!!!!!!!!!!!!!!!!!!""""""""""""""""""""""""""""""""
!!!!!!!!!!!!!!!!""""""""""""""""""""""""""""""""""
!!!!!!!!!!!!!!""""""################""""""""""""""
!!!!!!!!!!!!!"""##########$$$$%&+&%$$###""""""""""
!!!!!!!!!!!!""##########$$$$%%'*L7(%%$$###""""""""
!!!!!!!!!!!"#########$$$$%&'''*&&&*(&&&$####""""""
!!!!!!!!!!"########$$%%%&&)&E&&&&&&&&&K'%####"""""
!!!!!!!!!!####$$$&.'''''(+X&&&&&&&&&&&&)%$####""""
!!!!!!!!!"#$$$%%%')&&H,&&&&&&&&&&&&&&-%$$###""""
!!!!!!!!!$%$&&&'*24&&&&&&&&&&&&&&&&&&&&&%$$####"""
!!!!!!!!!$%$&&&'*24&&&&&&&&&&&&&&&&&&&&&%$$####"""
!!!!!!!!!"#$$$%%%')&&H,&&&&&&&&&&&&&&-%$$###""""
!!!!!!!!!!####$$$&.'''''(+X&&&&&&&&&&&&)%$####""""
!!!!!!!!!!"########$$%%%&&)&E&&&&&&&&&K'%####"""""
!!!!!!!!!!!"#########$$$$%&'''*&&&*(&&&$####""""""
!!!!!!!!!!!!""##########$$$$%%'*L7(%%$$###""""""""
!!!!!!!!!!!!!"""##########$$$$%&+&%$$###""""""""""
!!!!!!!!!!!!!!""""""################""""""""""""""
!!!!!!!!!!!!!!!!""""""""""""""""""""""""""""""""""
!!!!!!!!!!!!!!!!!!""""""""""""""""""""""""""""""""
!!!!!!!!!!!!!!!!!!!!!"""""""""""""""""""""""""""!!
!!!!!!!!!!!!!!!!!!!!!!!!""""""""""""""""""""!!!!!!
```