#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:fractal circles.bas][file:fractal%20circles.png]]
+[[file:fractal circles.bas][file:fractal%20circles%20-%20Screenshot%200.png]]
- Color and Depth :: The color of each circle alternates based on the
recursion depth, adding visual complexity to the fractal.
#+begin_export html
<div class="flex-center">
<video controls loop autoplay class="flex-center">
- <source src="fractal circles animated.webm" type="video/webm">
+ <source src="fractal circles animated - Screencast 0.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:fractal squares.bas][file:fractal%20squares,%201.png]]
+[[file:fractal squares.bas][file:fractal%20squares%20-%20Screenshot%200.png]]
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:fractal squares.bas][file:fractal%20squares,%202.png]]
+[[file:fractal squares.bas][file:fractal%20squares%20-%20Screenshot%201.png]]
* Fractal of squares animated
#+begin_export html
<div class="flex-center">
<video controls loop autoplay class="flex-center">
- <source src="fractal squares animated.webm" type="video/webm">
+ <source src="fractal squares animated - Screencast 0.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
#+begin_export html
<div class="flex-center">
<video controls loop autoplay class="flex-center">
- <source src="fractal trees.webm" type="video/webm">
+ <source src="fractal trees - Screencast 0.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:spiral.png]]
+[[file:spiral - Screenshot 0.png]]
From every point in the spiral, subdivided line is traced. Line
segments are connected between the neighbors. Line segment count
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:spiral, 2.png]]
+[[file:spiral, 2 - Screenshot 0.png]]
From every point in the spiral, subdivided line is traced. Line
segments are connected between the neighbors. This creates effect
#+attr_html: :class responsive-img
#+attr_latex: :width 800px
-[[file:spiral, 3.png]]
+[[file:spiral, 3 - Screenshot 0.png]]
Similar to previous spiral, Line segments are connected between the
neighbors and sinus from the center decides vertical
Similar to previous spiral, Line segments are connected between the
neighbors. Spiral height and width are calculated such that they form
-multiple linked spherical shapes. Initially point cloud in shown:
+multiple linked spherical shapes. Initially a point cloud is shown,
+then in the next step the points are connected using lines:
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:spiral, 4, 1.png]]
-
-In the next step, points are connected using lines:
-
-#+attr_html: :class responsive-img
-#+attr_latex: :width 1000px
-[[file:spiral, 4, 2.png]]
-
+[[file:spiral, 4 - Screenshot 0.png]]
[[file:spiral, 4.bas]]
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:spiral, 5.png]]
+[[file:spiral, 5 - Screenshot 0.png]]
Similar to previous spiral, Line segments are connected between the
neighbors. Spiral height and width are calculated such that sphere is
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:spiral, 6.png]]
+[[file:spiral, 6 - Screenshot 0.png]]
Similar to previous spiral, Line segments are connected between the
neighbors. Spiral height and width are calculated such that sphere is
woodX = RND * 400 + 200\r
woodY = RND * 100 + 200\r
CALL DrawWoodSurface(woodX, woodY)\r
+\r
+SOUND 0, 10\r
GOTO 100\r
\r
' Wait for user input to exit\r
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:Circular waves.png]]
+[[file:Circular waves - Screenshot 0.png]]
[[file:Circular waves.bas][Source code]]
#+INCLUDE: "Circular waves.bas" src basic-qb45
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:Diamond square clouds.png]]
+[[file:Diamond square clouds - Screenshot 0.png]]
[[file:Diamond square clouds.bas][Source code]]
#+INCLUDE: "Diamond square clouds.bas" src basic-qb45
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:Old paper.png]]
+[[file:Old paper - Screenshot 0.png]]
[[file:Old paper.bas][Source code]]
#+INCLUDE: "Old paper.bas" src basic-qb45
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:Wood.png]]
+[[file:Wood - Screenshot 1.png]]
[[file:Wood.bas][Source code]]
#+INCLUDE: "Wood.bas" src basic-qb45
#+attr_html: :class responsive-img
#+attr_latex: :width 1000px
-[[file:Yellow flame.png]]
+[[file:Yellow flame - Screenshot 0.png]]
[[file:Yellow flame.bas][Source code]]
#+INCLUDE: "Yellow flame.bas" src basic-qb45