aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content/projects/connection-machine
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-12-26 11:42:37 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-12-26 11:42:37 -0500
commitbe3a5f44a4eba7ca68839e1456553d5cc7399395 (patch)
treef81565642797ade0a50f0176eff8fb7fc1d57132 /zola-static/content/projects/connection-machine
parent2bd6bf30e85166bbd75379ba3e9213cffe28a08f (diff)
page directories
Diffstat (limited to 'zola-static/content/projects/connection-machine')
-rw-r--r--zola-static/content/projects/connection-machine/cover.pngbin0 -> 154426 bytes
-rw-r--r--zola-static/content/projects/connection-machine/index.md8
2 files changed, 8 insertions, 0 deletions
diff --git a/zola-static/content/projects/connection-machine/cover.png b/zola-static/content/projects/connection-machine/cover.png
new file mode 100644
index 0000000..7b2e84e
--- /dev/null
+++ b/zola-static/content/projects/connection-machine/cover.png
Binary files differ
diff --git a/zola-static/content/projects/connection-machine/index.md b/zola-static/content/projects/connection-machine/index.md
new file mode 100644
index 0000000..82633c4
--- /dev/null
+++ b/zola-static/content/projects/connection-machine/index.md
@@ -0,0 +1,8 @@
++++
+title = 'Connection Machine'
+date = 2025-01-19
+[extra]
+cover = 'connection-machine.png'
++++
+[Connection Machine](https://connection-machine.com/) is an open-source desktop application for designing and simulating digital circuits at scale.
+I've been co-leading the development of this project with a friend for [RCOS](https://handbook.rcos.io/#/?id=main). I've worked on the application structure, code design, and wrote the Vulkan renderer.