This website requires JavaScript.
Explore
Help
Register
Sign In
koma
/
mandelbrot
Watch
1
Star
0
Fork
0
You've already forked mandelbrot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
21
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
koma
a561882a53
add reset function on releasing the R key
2022-07-19 21:20:05 +02:00
graphics.cpp
add reset function on releasing the R key
2022-07-19 21:20:05 +02:00
graphics.h
add font drawing and faster surface-based rendering, command-line options
2022-07-19 20:42:24 +02:00
LICENSE
add license
2022-07-06 19:20:48 +02:00
main.cpp
fix starting with default values when no arguments are passed
2022-07-19 21:09:43 +02:00
Makefile
link with sdl2_ttf
2022-07-19 20:38:31 +02:00
mandelbrot.cpp
add smooth coloring, precision updating(needs work)
2022-07-19 20:43:34 +02:00
mandelbrot.h
add smooth coloring, precision updating(needs work)
2022-07-19 20:43:34 +02:00
mpreal.h
add third party library for c++ mpfr
2022-07-05 19:05:29 +02:00
NotoSansMono-Regular.ttf
add font file
2022-07-19 20:38:47 +02:00
utils.cpp
add linear interpolation function
2022-07-19 20:39:34 +02:00
utils.h
add linear interpolation function
2022-07-19 20:39:34 +02:00
Description
No description provided
381
KiB
Languages
C++
99.7%
Makefile
0.3%