Skip to content

Commit

Permalink
Merge branch 'hackclub:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha-lakruwan authored Nov 15, 2024
2 parents ce76290 + 81163c4 commit 17c351f
Show file tree
Hide file tree
Showing 27 changed files with 5,872 additions and 0 deletions.
1,060 changes: 1,060 additions & 0 deletions art/3D-Raycasting-Jaiden/index.js

Large diffs are not rendered by default.

Binary file added art/3D-Raycasting-Jaiden/snapshots/snapshot1.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 art/3D-Raycasting-Jaiden/snapshots/snapshot2.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 art/3D-Raycasting-Jaiden/snapshots/snapshot3.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 art/3D-Raycasting-Jaiden/snapshots/snapshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,318 changes: 3,318 additions & 0 deletions art/Metal_Gear_Solid_Codec-Avyan/index.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
463 changes: 463 additions & 0 deletions art/PenguinsOnIce-saumil/index.js

Large diffs are not rendered by default.

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 art/PenguinsOnIce-saumil/snapshots/snapshot1.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 art/PenguinsOnIce-saumil/snapshots/snapshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
394 changes: 394 additions & 0 deletions art/TuxedoCupcake-Olive/index.js

Large diffs are not rendered by default.

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 art/TuxedoCupcake-Olive/snapshots/color.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 art/TuxedoCupcake-Olive/snapshots/gallery.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 art/ragna-eddie/images/image1.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 art/ragna-eddie/images/image2.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 art/ragna-eddie/images/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
633 changes: 633 additions & 0 deletions art/ragna-eddie/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/drawingToolkit/toolkit.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const toolkit = {
assertArgs(arguments, ['polylines', 'polylines', 'any?'], 'bt.difference');
return boolean(polylines0, polylines1, "difference", ops);
},
xor(polylines0, polylines1, ops = {}){
assertArgs(arguments, ['polylines', 'polylines', 'any?'], 'bt.xor');
return boolean(polylines0, polylines1, "xor", ops);
},
offset,
iteratePoints: iteratePolylines,
transform,
Expand Down

0 comments on commit 17c351f

Please sign in to comment.