diff --git a/libraries/GLTilemapp5js.yaml b/libraries/GLTilemapp5js.yaml new file mode 100644 index 0000000..cbea7bc --- /dev/null +++ b/libraries/GLTilemapp5js.yaml @@ -0,0 +1,11 @@ +name: GLTilemapp5js +description: A tilemap library for p5.js's OpenGL mode that is optimized to draw tilemaps within a single draw call using WebGL +category: drawing +sourceUrl: https://github.com/RandomGamingDev/GLTilemapp5js/ +featuredImage: + url: GLTilemapp5js.png + altText: A GLTilemapp5js tilemap with the GLTilemapp5js name in the top right +author: + name: RandomGamingDev + url: https://randomgamingdev.github.io/index.html +license: MIT diff --git a/libraries/images/GLTilemapp5js.png b/libraries/images/GLTilemapp5js.png new file mode 100644 index 0000000..347e23e Binary files /dev/null and b/libraries/images/GLTilemapp5js.png differ