Skip to content

Commit 007d565

Browse files
committed
Updated citation, added showcase entry
1 parent 77647ca commit 007d565

File tree

5 files changed

+31
-14
lines changed

5 files changed

+31
-14
lines changed

CITATION.cff

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software and want to cite it, please do so as below."
3+
authors:
4+
- family-names: "Blomqvist"
5+
given-names: "Victor"
6+
title: "Pymunk"
7+
abstract: "A easy-to-use pythonic rigid body 2d physics library"
8+
version: 6.2.1
9+
date-released: 2022-01-25
10+
url: "https://pymunk.org"

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pymunk has been used with success in many projects, big and small. For example:
1616
papers and even in a self-driving car simulation! See the Showcases section on
1717
the Pymunk webpage for some examples.
1818

19-
2007 - 2021, Victor Blomqvist - [email protected], MIT License
19+
2007 - 2022, Victor Blomqvist - [email protected], MIT License
2020

2121
This release is based on the latest Pymunk release (6.2.1),
2222
using Chipmunk 7 rev 0593976ef47fcb3957166bd342f6b2bafe4d0e44 .
Loading

docs/src/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def load_module(self, fullname):
116116

117117
# General information about the project.
118118
project = u"pymunk"
119-
copyright = u"2013-2020, Victor Blomqvist"
119+
copyright = u"2013-2022, Victor Blomqvist"
120120

121121
# The version info for the project you're documenting, acts as replacement for
122122
# |version| and |release|, also used in various other places throughout the

docs/src/showcase.rst

+19-12
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@ Non-Games
8585
.. list-table::
8686
:widths: 40 60
8787

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+
88102
* - .. image:: _static/manim-physics.png
89103
- `manim-physics <https://github.com/Matheart/manim-physics>`_
90104

@@ -502,17 +516,10 @@ me!
502516
Cite Pymunk
503517
-----------
504518

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.):
517522

523+
.. include:: ../../CITATION.cff
524+
:code: yaml
518525

0 commit comments

Comments
 (0)