Skip to content

Commit 2969790

Browse files
committed
html for video
1 parent 820faca commit 2969790

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@
1313
ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo simulations. It is designed to be efficient and user-friendly, making it suitable for both research and educational purposes. Built on top of the <a href="https://github.com/TheDisorderedOrganization/Arianna.jl"> Arianna </a> module, it leverages Arianna’s Monte Carlo framework.
1414
</p>
1515

16-
![MC simulation of a 2D liquid](https://github.com/TheDisorderedOrganization/ParticlesMC/blob/main/data/movie/movie.mp4)
16+
<h1 align="center">
17+
<video controls width="600">
18+
<source src="https://raw.githubusercontent.com/TheDisorderedOrganization/ParticlesMC/blob/main/data/movie/movie.mp4" type="video/mp4">
19+
Your browser does not support the video tag.
20+
</video>
21+
</h1>
22+
1723
This example can be reproduced by running `particlesmc params.toml` in the `data/movie/` folder . Movie generated with [OVITO](https://www.ovito.org/)
24+
1825
## Features
1926

2027
- **Flexible execution**: Simulations can be run from standalone scripts or through a command-line interface (CLI), enabling easy integration into workflows.

0 commit comments

Comments
 (0)