Compare commits

...

2 commits

Author SHA1 Message Date
2bad4f9b08 MatrixPortal Metaballs post 2025-08-16 17:26:37 -07:00
85de90bcd3 Add .mov and .mp4 to the LFS attributes 2025-08-16 17:26:21 -07:00
3 changed files with 29 additions and 0 deletions

2
.gitattributes vendored
View file

@ -1,3 +1,5 @@
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.pxm filter=lfs diff=lfs merge=lfs -text
*.mov filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text

View file

@ -0,0 +1,24 @@
---
title: "MatrixPortal Metaballs"
date: 2025-08-16T17:13:46-07:00
tags:
- Hardware
- Arduino
- AdaFruit
- Metaballs
- Electronics
---
<figure class="figure figure--video">
<video controls width="100%">
<source src="metaballs.mov" type="video/mp4">
</video>
</figure>
I've had this [MatrixPortal M4][m4] from AdaFruit for a little while now. It's a
fun little bit of hardware. Easy to hack on with the Arduino IDE. AdaFruit have
published a bunchh of useful libraries for doing fun things with LED matrix
displays. Here it is running a metaballs simulation on a 64&times;64 matrix
display.
[m4]: https://learn.adafruit.com/adafruit-matrixportal-m4

BIN
content/blog/2025/matrixportal-metaballs/metaballs.mov (Stored with Git LFS) Normal file

Binary file not shown.