From e9adf3363c654055d31d1c3a5721c5b1b38ebb95 Mon Sep 17 00:00:00 2001 From: Martin Lange <44003176+mlange-42@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:28:15 +0100 Subject: [PATCH] Add tools link to arche-serde (#316) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a65b7db..a50eef56 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Several tools for *Arche* are provided in separate modules: * [arche-model](https://github.com/mlange-42/arche-model) provides a wrapper around *Arche*, and some common systems and resources. It's purpose is to get started with prototyping and developing simulation models immediately, focussing on the model logic. * [arche-pixel](https://github.com/mlange-42/arche-pixel) provides OpenGL graphics and live plots for *Arche* using the [Pixel](https://github.com/gopxl/pixel) game engine. +* [arche-serde](https://github.com/mlange-42/arche-serde) provides JSON serialization and deserialization for *Arche*'s World. ## Design