Skip to content

Commit b78807d

Browse files
authored
Add swamp first release (#40)
* Add swamp first release * Add keybinder as library
1 parent 1c41880 commit b78807d

File tree

3 files changed

+42
-12
lines changed

3 files changed

+42
-12
lines changed

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Swamp released!
3+
date: "2025-12-31"
4+
author: codedoctor
5+
tags: [swamp]
6+
slug: "swamp/0.1"
7+
---
8+
9+
Happy New Year's Eve! 🎆
10+
11+
As we say goodbye to 2025, I am excited to share one final release with you to kickstart your new year with a new software project.
12+
13+
The wait is over! After hundreds of hours of development, I’m thrilled to announce the release of Swamp!
14+
15+
This new server software allows you to play multiplayer games in Setonix, the customizable card and board game platform or work together in Butterfly, the cross platform note-taking app. Swamp is designed to be lightweight, efficient, and easy to set up.
16+
17+
The full protocol is open and documented, making it easy for developers to create their own clients or integrate with existing applications. Swamp is designed as room based server software, allowing simple and flexible multiplayer experiences. Butterfly and Setonix both use Swamp with end-to-end encryption to ensure your data stays private and secure, even the server operator can’t read your notes or game data.
18+
19+
You can find the source code and documentation on [GitHub](https://github.com/LinwoodDev/Swamp). Please check out the [Swamp documentation](https://swamp.linwood.dev) for setup instructions and more information.
20+
21+
The server is available for Windows, macOS, and Linux (both x86_64 and ARM architectures) or on Docker.
22+
23+
I hope you enjoy using Swamp as much as I enjoyed building it. Here's to a fantastic 2026 filled with creativity and fun! Happy New Year! 🥂
24+
25+
Please report any issues on GitHub and share the project to help it grow!

src/content/libraries.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,10 @@
7878
"id": "App Tools",
7979
"description": "AppTools is a collection of tools for simplifying the development of apps in Flutter",
8080
"url": "https://github.com/LinwoodDev/dart_pkgs/tree/main/tools/app_tools"
81+
},
82+
{
83+
"id": "keybinder",
84+
"description": "A Flutter package to easily manage and record custom keyboard shortcuts",
85+
"url": "https://github.com/LinwoodDev/dart_pkgs/tree/main/packages/keybinder"
8186
}
8287
]

0 commit comments

Comments
 (0)