From 2b9e7c2c1bd8d5408651acf54f29b0cfcf1f5360 Mon Sep 17 00:00:00 2001 From: Christian Heinemann Date: Sat, 17 Aug 2024 12:06:57 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 22c31a8ea..c68d01800 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ ALIEN - Explore worlds of artificial life -[![Preview](https://github.com/user-attachments/assets/6d05041e-65c7-4330-b1e5-2f5dbd0f0c92)](https://youtu.be/qwbMGPkoJmg) - +![Preview](https://github.com/user-attachments/assets/ee578848-7dd7-458d-873f-89662a7c15f0)

Artificial LIfe ENvironment (ALIEN) is an artificial life simulation tool based on a specialized 2D particle engine in CUDA for soft bodies and fluids. Each simulated body consists of a network of particles that can be upgraded with higher-level functions, ranging from pure information processing capabilities to physical equipment (such as sensors, muscles, weapons, constructors, etc.) whose executions are orchestrated by neural networks. The bodies can be thought of as agents or digital organisms operating in a common environment. Their blueprints can be stored in genomes and passed on to offspring.