@@ -85,6 +85,20 @@ Non-Games
85
85
.. list-table ::
86
86
:widths: 40 60
87
87
88
+ * - .. image:: _static/bouncingballs-beatuifulpatterns.png
89
+ - `Bouncing Balls, Beautiful Patterns <https://youtu.be/nDhOGsBj1fA >`_
90
+
91
+ :subscript: `made by Alessandro Giusti. Retrieved 2022-01-25`
92
+
93
+ Satisfying simulations of bouncing balls obeying physical laws; for
94
+ a fleeting moment during the simulation, the balls pass through a
95
+ beautiful regular arrangement.
96
+
97
+ Each sequence is obtained by joining two simulations, both starting
98
+ from the time in which the balls are arranged regularly. One
99
+ simulates forward in time, one backwards.
100
+
101
+
88
102
* - .. image:: _static/manim-physics.png
89
103
- `manim-physics <https://github.com/Matheart/manim-physics >`_
90
104
@@ -502,17 +516,10 @@ me!
502
516
Cite Pymunk
503
517
-----------
504
518
505
- If you use Pymunk in a published work and want to cite it, below is a bibtex
506
- example. Feel free to modify to fit your style. (Make sure to modify the
507
- version number if included.):
508
-
509
- .. code-block :: bibtex
510
-
511
- @misc{pymunk,
512
- author = {Victor Blomqvist},
513
- title = {Pymunk: A easy-to-use pythonic rigid body 2d physics library (version 6.2.1)},
514
- year = {2007},
515
- url = {https://www.pymunk.org},
516
- }
519
+ If you use Pymunk in a published work and want to cite it, below is a
520
+ citation.cff example. Feel free to modify to fit your style. (Make sure to
521
+ modify the version number if included.):
517
522
523
+ .. include :: ../../CITATION.cff
524
+ :code: yaml
518
525
0 commit comments