PicoPixel

pet कैसे submit करें

PicoPixel community में अपना pet जोड़ने के दो तरीके: सबसे तेज रास्ते के लिए Petdex URL paste करें, या spritesheet और sprite.json को GitHub पर upload करें. साथ में, AI tools से अपना unique pet कैसे generate करें.

PI PicoPixel
pets sprites petdex submission
अपडेटेड 2026-05-30
01 /07

Overview

Pet एक animated sprite है, एक छोटा character जो frames के बीच cycle करके जीवंत लगता है. जब आप उसे submit करते हैं, तो वह community Pets gallery में feature हो सकता है, ताकि सभी लोग उसे use और enjoy कर सकें.

Pet submit करने के दो तरीके हैं. सबसे तेज तरीका Petdex से है: आप एक URL paste करते हैं और काम हो जाता है. दूसरा तरीका GitHub से है, उन sprites के लिए जिन्हें आप खुद spritesheet और sprite.json के रूप में host करते हैं. आप existing Petdex pet submit कर सकते हैं या अपना original pet बना सकते हैं.

दोनों methods PicoPixel app के अंदर हैं, इसलिए पहले signed in होना होगा.

02 /07

शुरू करने से पहले

सब कुछ PicoPixel app के अंदर होता है. Submission screen तक पहुंचने के लिए:

  1. App को app.picopixel.io पर खोलें.
  2. अगर signed in नहीं हैं तो sign in करें; sign-in Google या GitHub OAuth से होता है. अगर आप यह skip करते हैं, तो submit करने से पहले prompt आएगा.
  3. Left sidebar के bottom में अपना account क्लिक करें.
  4. "Your account" चुनें.
  5. "Submit Sprite" खोलें.

Submit Sprite screen नीचे बताए गए दो methods देती है.

NOTE

कुछ भी submit करने के लिए logged in होना जरूरी है. अगर आप signed in नहीं हैं, तो app आगे बढ़ने से पहले prompt करेगा.

03 /07

Petdex से submit करना

यह recommended और fastest method है. Petdex petdex.crafter.run पर एक external pet directory है, जहां आप pets browse, create और host कर सकते हैं. वहां हर pet का shareable URL https://petdex.crafter.run/pets/<pet-id> जैसा होता है.

Submit करने के लिए:

  1. Petdex पर pet ढूंढें या create करें और उसका URL copy करें.
  2. Submit Sprite screen पर "Submit via Petdex" चुनें.
  3. Pet URL को "Petdex URL" field में paste करें.
  4. Optional "Notes" field में helpful जानकारी जोड़ें.
  5. Send करें.
TIP

Petdex से submit करना सबसे quick path है; इसे RECOMMENDED और FASTEST label किया गया है, और वजह साफ है. आपको सिर्फ एक URL चाहिए.

04 /07

GitHub से submit करना

इस method का इस्तेमाल तब करें जब आप sprite खुद host करते हैं. Petdex link के बजाय आप raw files देंगे.

  1. अपनी spritesheet image और matching sprite.json को public GitHub repository में रखें.
  2. Submit Sprite screen पर "Submit via GitHub" चुनें.
  3. Repository URL paste करें (https://github.com/...).
  4. "Credits / Author" भरें ताकि work attributed हो.
  5. Optional "Notes" field में useful जानकारी जोड़ें, फिर send करें.

Spritesheet और sprite.json को एक specific format follow करना होता है. अगला section यह समझाता है.

05 /07

अपना unique pet बनाना

Featured Petdex pet reuse करने के बजाय आप original pet बना सकते हैं. OpenAI Codex जैसे AI tools या AI image generators scratch से character spritesheet बनाने का practical तरीका हैं.

Spritesheet एक single image (PNG या WebP) होती है, जो uniform grid यानी "atlas" की तरह layout की जाती है. हर row में एक animation रखें, और हर frame का size identical रखें.

WARNING

हर frame की width और height बिल्कुल same होनी चाहिए. Mismatched cells वाली grid cleanly slice नहीं होगी, और animation jump या break कर सकती है.

sprite.json sheet को describe करता है. इसके दो main parts हैं:

  • atlas, grid layout: columns, rows, frameWidth, और frameHeight.
  • states, animations की array. हर state में id, label, उसका row, frames की संख्या, optional durationMs, group, और caption होता है.

Typical states में idle, wave, jump, run-right, run-left, running, waiting, failed, और review शामिल हैं. Sprite को कम से कम दो states चाहिए, इसलिए common states generate करें, minimum idle और एक motion.

अच्छा workflow: frames को consistent size पर generate करें, उन्हें regular grid में arrange करें जिसमें हर row में एक animation हो, फिर grid और states को sprite.json में describe करें और Petdex या GitHub से submit करें.

TIP

Sprites की concept, states, phases और reuse को LVGL Sprites में ज्यादा detail में समझाया गया है.

06 /07

आगे क्या होता है

Submit करने के बाद PicoPixel team आपके pet की समीक्षा करती है और अगर कुछ clarify करना हो तो follow up कर सकती है. Approved pets Pets gallery में आपके credit के साथ दिखाई देते हैं. वहां से community का कोई भी व्यक्ति आपकी creation ढूंढकर use कर सकता है.

07 /07

आगे कहां जाएं

  • LVGL Sprites, sprite states और frames कैसे काम करते हैं.
  • Event Editor, अपने designs में interactivity जोड़ें.
  • Submit a Template, ऐसा PicoPixel design share करें जिससे दूसरे शुरू कर सकें.
  • Report Content, नियम तोड़ने वाले pet या template को flag करें.
  • Pets gallery, community pets browse करें.
आगे पढ़ें

जारी रखें।

PicoPixel में pets कैसे use करें thumbnail
PICOPIXEL

PicoPixel में pets कैसे use करें

Pets ready-made animated sprites हैं जिनमें multiple modes होते हैं जिन्हें किसी भी condition पर trigger कर सकते हैं. Directory से एक चुनें, project में add करें, और उसे अपने device की activity पर react कराएं: data fetch, overheating, code review, जो चाहें.

pets · sprites · picopixel
PicoPixel templates, UI kits और full apps कैसे use करें thumbnail
PICOPIXEL

PicoPixel templates, UI kits और full apps कैसे use करें

PicoPixel templates, UI kits, examples, sprites, widgets और full app files ढूंढें, फिर उन्हें open, download, import, customize और अपने device के लिए LVGL C code के रूप में export करें.

templates · ui-kits · full-apps
sprite क्या है? thumbnail
PICOPIXEL

sprite क्या है?

जानें कि sprites क्या होते हैं, multi-state animated widgets कैसे बनाते हैं, और उन्हें projects में फिर से कैसे use करते हैं.

sprite · picopixel