From 21eae32a4a36d5e33bd96ec857e25930e119d5a8 Mon Sep 17 00:00:00 2001 From: aashu2006 Date: Tue, 3 Mar 2026 15:32:40 +0530 Subject: [PATCH 1/5] Add Hindi translation for Variables and Change tutorial --- .../tutorials/hi/variables-and-change.mdx | 934 ++++++++++++++++++ 1 file changed, 934 insertions(+) create mode 100644 src/content/tutorials/hi/variables-and-change.mdx diff --git a/src/content/tutorials/hi/variables-and-change.mdx b/src/content/tutorials/hi/variables-and-change.mdx new file mode 100644 index 0000000000..3ef986a468 --- /dev/null +++ b/src/content/tutorials/hi/variables-and-change.mdx @@ -0,0 +1,934 @@ +--- +title: "चर और बदलाव" +description: चर के बारे में सीखें और जानें कि उनका उपयोग एनीमेटेड स्केच बनाने के लिए कैसे किया जा सकता है! +category: introduction +categoryIndex: 2 +featuredImage: ../images/featured/VarThumb.jpg +featuredImageAlt: एक व्यक्ति तीन गेंदों को जगल कर रहा है जबकि उसके पीछे एक कार गुजर रही है। पृष्ठभूमि में एक रात के परिदृश्य की पेंटिंग है जिसमें एक पेड़, बादल और अर्धचंद्र है। +relatedContent: + examples: + - en/02_animation_and_variables/00_drawing_lines/description + references: + - en/p5/mousex + - en/p5/mousey + - en/p5/types/number + - en/p5/let + - en/p5/random + - en/p5/line + - en/p5/triangle + - en/p5/framecount + - en/p5/framerate +authors: + - Layla Quiñones + - Joanne Amarisa +--- + +import Video from "../../../components/Video/index.astro" +import Callout from "../../../components/Callout/index.astro"; +import EditableSketch from "../../../components/EditableSketch/index.astro"; + +इस ट्यूटोरियल का अनुसरण करें और एक [animated landscape](https://editor.p5js.org/Msqcoding/sketches/WQWNKZppu) बनाएं, जबकि आप p5.js में चर और मोशन बनाने की मूल बातें सीखते हैं। + +