From b62cb6f960aa6541f801c8a78970ef4569050a10 Mon Sep 17 00:00:00 2001 From: rlipsc <36367371+rlipsc@users.noreply.github.com> Date: Sat, 5 Feb 2022 02:04:40 +0000 Subject: [PATCH] Add Polymorph, Polymers, and glbits (#2133) --- packages.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/packages.json b/packages.json index 3315e9c..4b42174 100644 --- a/packages.json +++ b/packages.json @@ -24970,5 +24970,50 @@ "description": "TradingView client", "license": "MIT", "web": "https://github.com/juancarlospaco/tradingview" + }, + { + "name": "polymorph", + "url": "https://github.com/rlipsc/polymorph", + "method": "git", + "tags": [ + "entity-component-system", + "ecs", + "gamedev", + "metaprogramming", + "compile-time" + ], + "description": "An entity-component-system with a focus on compile time optimisation", + "license": "Apache-2.0", + "web": "https://github.com/rlipsc/polymorph" + }, + { + "name": "polymers", + "url": "https://github.com/rlipsc/polymers", + "method": "git", + "tags": [ + "entity-component-system", + "ecs", + "gamedev", + "metaprogramming", + "compile-time", + "polymorph" + ], + "description": "A library of components and systems for use with the Polymorph ECS", + "license": "Apache-2.0", + "web": "https://github.com/rlipsc/polymers" + }, + { + "name": "glbits", + "url": "https://github.com/rlipsc/glbits", + "method": "git", + "tags": [ + "opengl", + "shaders", + "graphics", + "sdl2" + ], + "description": "A light interface and selection of utilities for working with OpenGL and SDL2", + "license": "Apache-2.0", + "web": "https://github.com/rlipsc/glbits" } ]