Skip to content

Commit 09378ab

Browse files
committed
Add new libraries
1 parent bb408f4 commit 09378ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+232
-10
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: MatrixJs
2+
description: A basic javascript library for dynamic and powerful matrices based on lists wrapped around with a powerful class.
3+
category: math
4+
sourceUrl: https://github.com/RandomGamingDev/MatrixJs
5+
featuredImage: ../images/MatrixJs.png
6+
featuredImageAlt: The text [MatrixJs] with a long shadow and a bit of bloom
7+
author:
8+
name: RandomGamingDev
9+
url: https://randomgamingdev.github.io/index.html
10+
license: MIT
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Tilemapp5js
2+
description: A simple to use & performant tilemap p5.js library
3+
category: drawing
4+
sourceUrl: https://github.com/RandomGamingDev/Tilemapp5js/
5+
featuredImage: ../images/Tilemapp5js.png
6+
featuredImageAlt: A Tilemapp5js tilemap with the Tilemapp5js name in the top right
7+
author:
8+
name: RandomGamingDev
9+
url: https://randomgamingdev.github.io/index.html
10+
license: MIT
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: TurtleGFX
2+
description: TurtleGFX allows to code with Turtle Graphics in JavaScript. Great for education and creative coding.
3+
category: drawing
4+
sourceUrl: https://github.com/CodeGuppyPrograms/TurtleGFX
5+
author:
6+
name: CodeGuppy
7+
url: https://codeguppy.com
8+
featuredImage: ../images/turtle_gfx.png
9+
featuredImageAlt: A turtle and crayons shown above a fractal generated tree
10+
license: CC BY 2.0

src/content/libraries/en/VecJs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: VecJs
2+
description: A basic javascript library for dynamic vectors (e.g. vec2 & vec3) based on lists.
3+
category: math
4+
sourceUrl: https://github.com/RandomGamingDev/VecJs
5+
featuredImage: ../images/VecJs.png
6+
featuredImageAlt: An image of 2 vectors, a large red one, and a smaller blue one, with the VecJs name on the red one
7+
author:
8+
name: RandomGamingDev
9+
url: https://randomgamingdev.github.io/index.html
10+
license: MIT
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: WebGL2FBO
2+
description: A simple library for OOP encapsulation and abstraction of some of WebGL2 Framebuffers and the Renderbuffers they rely on
3+
category: drawing
4+
sourceUrl: https://github.com/RandomGamingDev/WebGL2FBO
5+
featuredImage: ../images/WebGL2FBO.png
6+
featuredImageAlt: A framebuffer with "WebGL2 Framebuffer" in regular text being rendered onto the display where its enhanced with a blue gradient fill and yellow gradient outline
7+
author:
8+
name: RandomGamingDev
9+
url: https://randomgamingdev.github.io/index.html
10+
license: MIT
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: WebGL2Tex
2+
description: A simple library for OOP encapsulation and abstraction of some of the different WebGL2 textures while still giving full control over them.
3+
category: drawing
4+
sourceUrl: https://github.com/RandomGamingDev/WebGL2Tex
5+
featuredImage: ../images/WebGL2Tex.png
6+
featuredImageAlt: A checkboard pattern with the name WebGL2Tex in the center
7+
author:
8+
name: RandomGamingDev
9+
url: https://randomgamingdev.github.io/index.html
10+
license: MIT
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: BMWalker.js
2+
description: A simple JavaScript library for drawing the biological motion 'Walker'.
3+
category: animation
4+
sourceUrl: https://github.com/tetunori/BMWalker.js
5+
featuredImage: ../images/bmwalker.js.png
6+
featuredImageAlt: People represented by circles and lines are walking in various directions. A logo and description of 'BMWalker.js' library are placed in the center.
7+
author:
8+
name: Tetsunori Nakayama
9+
url: https://github.com/tetunori
10+
license: CC-BY-NC-SA-4.0

src/content/libraries/en/canvasGUI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ websiteUrl: http://www.lagers.org.uk/canvasgui/index.html
66
author:
77
name: Peter Lager
88
url: http://www.lagers.org.uk
9-
featuredImage: ../images/canvasGUI.png
9+
featuredImage: ../images/canvasGUI.jpg
1010
featuredImageAlt: Various controls shown on a canvas
1111
license: MIT
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: concaveHull
2+
description: Calculate a Concave Hull from a set of points in 2D space
3+
category: algorithms
4+
sourceUrl: https://github.com/markroland/concaveHullJS
5+
featuredImage: ../images/concaveHull.png
6+
featuredImageAlt: A line showing an outline of points
7+
author:
8+
name: Mark Roland
9+
url: https://markroland.com
10+
npm: "@markroland/concave-hull"
11+
license: Creative Commons Attribution-ShareAlike 4.0 International License

src/content/libraries/en/hy5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ websiteUrl: https://hy5live.teddavis.org
99
npmFilePath: ffd8/hy5@main/hy5.js
1010
featuredImage: ../images/hy5.jpg
1111
featuredImageAlt: p5.js spheres with texture from hydra and 'HY5' text, processed a second time with hydra.
12-
license: GNU General Public License v3.0
12+
license: GNU General Public License v3.0

0 commit comments

Comments
 (0)