Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvik-Cyclic authored Nov 20, 2024
2 parents 833527e + 753bb06 commit 9be0823
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/content/libraries/en/AnimatorJs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: AnimatorJs
description: A javascript animation viewer based on a custom animation API primarily designed for p5.js and allows for dynamic, lightweight, real-time rendered browser animations controlled purely by code.
category: drawing
sourceUrl: https://github.com/RandomGamingDev/AnimatorJs/
featuredImage: "../images/AnimatorJs.png"
featuredImageAlt: The name "AnimatorJs" above a drawing of a pose manequin and duck animation and arrows indicating how they would move
author:
name: RandomGamingDev
url: https://randomgamingdev.github.io/index.html
license: MIT
10 changes: 10 additions & 0 deletions src/content/libraries/en/Pixyp5js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Pixyp5js
description: A library for easily more easily dealing with pixels in images during runtime
category: drawing
sourceUrl: https://github.com/RandomGamingDev/Pixyp5js/
featuredImage: "../images/Pixyp5js.png"
featuredImageAlt: The name "Pixyp5js" written on the top an image of a pixel art computer with a smile as its screen and a projection of its face meant to demonstrate that the library is meant for easily modifying pixels during runtime
author:
name: RandomGamingDev
url: https://randomgamingdev.github.io/index.html
license: MIT
10 changes: 10 additions & 0 deletions src/content/libraries/en/Zoomp5js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Zoomp5js
description: A simple library for adding the zooming functionality to your p5.js project.
category: drawing
sourceUrl: https://github.com/RandomGamingDev/Zoomp5js/
featuredImage: ../images/Zoomp5js.png
featuredImageAlt: The name of the library "Zoomp5js" with a magnifying glass magnifying the word "Zoom"
author:
name: RandomGamingDev
url: https://randomgamingdev.github.io/index.html
license: MIT
10 changes: 10 additions & 0 deletions src/content/libraries/en/p5.Sprite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: p5.Sprite
description: A basic sprite library that supports both animated and static sprites for p5.js
category: drawing
sourceUrl: https://github.com/RandomGamingDev/p5.Sprite/
featuredImage: "../images/p5.Sprite.png"
featuredImageAlt: The name "p5.Sprite" is displayed, slanted on the top, with a sprite sheet with a character's walk cycle displayed below
author:
name: RandomGamingDev
url: https://randomgamingdev.github.io/index.html
license: MIT
Binary file added src/content/libraries/images/AnimatorJs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/libraries/images/Pixyp5js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/libraries/images/Zoomp5js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/libraries/images/p5.Sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9be0823

Please sign in to comment.