Skip to content

Commit

Permalink
Added examples from #234
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Oct 6, 2023
1 parent 84fa658 commit f654f04
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/adammaj1/parjulia1.xpf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
;Position file automatically generated by XaoS 4.3
; - a realtime interactive fractal zoomer
;Use xaos -loadpos <filename> to display it
(initstate)
(defaultpalette 0)
(formula 'user)
(usrform "(z^5)+((0.8+0.4i)*(z^4))+z")
(view -0.05729 0.02013 4.104 4.104)

11 changes: 11 additions & 0 deletions examples/adammaj1/parjulia2.xpf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
;Position file automatically generated by XaoS 4.3
; - a realtime interactive fractal zoomer
;Use xaos -loadpos <filename> to display it
(initstate)
(defaultpalette 0)
(formula 'user)
(usrform "(z^5)+((0.8+0.4i)*(z^4))+z")
(periodicity #f)
(incoloring 2)
(view -0.03537 -0.005638 3.713 3.713)

0 comments on commit f654f04

Please sign in to comment.