From cfb6d548e55233a18fd02d245a9f8946ba28f2d2 Mon Sep 17 00:00:00 2001 From: Johnathon Selstad Date: Wed, 25 Dec 2024 08:38:44 -0800 Subject: [PATCH] Add three.js to OSS Game Engines If raylib and the other graphics library abstractions count, then three.js certainly counts! --- configs/collections/10013.game-engine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/collections/10013.game-engine.yml b/configs/collections/10013.game-engine.yml index 245e293c9b6..6f7a5966806 100644 --- a/configs/collections/10013.game-engine.yml +++ b/configs/collections/10013.game-engine.yml @@ -71,3 +71,4 @@ items: - flame-engine/flame - cubzh/cubzh - KinsonDigital/Velaptor + - mrdoob/three.js