From c20d8dafa49697c93fc7d32729638f2f5b9d3d9d Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:23:55 +0200 Subject: [PATCH] Added package compute-sim (#2961) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 580da4a..ec4eb1d 100644 --- a/packages.json +++ b/packages.json @@ -17366,6 +17366,22 @@ "license": "MIT", "web": "https://github.com/planetis-m/jsonpak" }, + { + "name": "computesim", + "url": "https://github.com/planetis-m/compute-sim", + "method": "git", + "tags": [ + "gpu-simulation", + "compute-shaders", + "gpgpu-computing", + "multithreading", + "parallelism", + "threads" + ], + "description": "Learn and understand compute shader operations and control flow.", + "license": "MIT", + "web": "https://github.com/planetis-m/compute-sim" + }, { "name": "golden", "url": "https://github.com/disruptek/golden",