From 600fca286e200c529ff406b1f5c288ba658bb9b5 Mon Sep 17 00:00:00 2001 From: pavl_g <60224159+Scrappers-glitch@users.noreply.github.com> Date: Sat, 10 Feb 2024 03:52:26 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 655b5cd..250469e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Articular-ES +[![](https://github.com/Software-Hardware-Codesign/Articular-ES/actions/workflows/build-test.yml/badge.svg)](https://github.com/Software-Hardware-Codesign/Articular-ES/actions) [![](https://github.com/Software-Hardware-Codesign/Articular-ES/actions/workflows/build-deploy.yml/badge.svg)](https://repo.maven.apache.org/maven2/io/github/software-hardware-codesign/) + + An entity component system (ECS) framework featuring strong articulations among components from different systems through controller interfaces. The API is powered by a caching system that enables caching data in different configurations. Operational interactions take place within the system manager through the controller