Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mandelbrot-explorer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ильин Владимир Александрович
mandelbrot-explorer
Commits
19a46d0f
Commit
19a46d0f
authored
Jun 25, 2025
by
Ильин Владимир Александрович
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-i arg for max iterations and lots of new bugs fixed!
parent
e00e1adf
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
48 deletions
+59
-48
Makefile
Makefile
+1
-1
mandelbrot.c
src/mandelbrot.c
+58
-46
mandelbrot.h
src/mandelbrot.h
+0
-1
No files found.
Makefile
View file @
19a46d0f
...
...
@@ -19,7 +19,7 @@ CC = clang
OBJS
=
$(BIULDDIR)
/mouse.o
$(BIULDDIR)
/ui.o
all
:
mandelbrot
all
:
mandelbrot
fast
mandelbrot
:
$(SRCDIR)/mandelbrot.c $(OBJS)
$(CC)
$(CFLAGS)
$(DEBUG_FLAGS)
$(LDLIBS)
$^
-o
$@
...
...
src/mandelbrot.c
View file @
19a46d0f
This diff is collapsed.
Click to expand it.
src/mandelbrot.h
View file @
19a46d0f
...
...
@@ -6,7 +6,6 @@
#define SCREEN_WIDTH 640
#define SCREEN_HEIGHT 480
#define MAX_ITERATIONS 250
typedef
struct
{
long
double
real
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment