type="text/javascript"> aclib.runPop({ zoneId: '10250314', }); " content="ca-pub-3992729133548806"> name="google-adsense-account" content="ca-pub-3992729133548806"> src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3992729133548806" crossorigin="anonymous"> Jagulu master

Monday, September 29, 2025

2D Rig Demo
body head arm


Saturday, September 27, 2025

const puppeteer = require('puppeteer'); const fs = require('fs'); const path = require('path'); const https = require('https'); const searchQuery = "cute cartoon character line art"; const downloadFolder = "./downloaded_images"; if (!fs.existsSync(downloadFolder)){ fs.mkdirSync(downloadFolder); } // Function to download image async function downloadImage(url, filepath){ return new Promise((resolve, reject) => { const file = fs.createWriteStream(filepath); https.get(url, (response) => { response.pipe(file); file.on('finish', () => { file.close(resolve); }); }).on('error', (err) => { fs.unlink(filepath, ()=>{}); reject(err.message); }); }); } (async () => { const browser = await puppeteer.launch({headless: false}); const page = await browser.newPage(); await page.goto('https://www.google.com'); // Accept Google cookies if needed try{ const agreeBtn = await page.$('button:contains("I agree")'); if(agreeBtn) await agreeBtn.click(); }catch(e){} // Search query await page.type('input[name=q]', searchQuery); await page.keyboard.press('Enter'); await page.waitForNavigation(); // Click Images tab const imagesTab = await page.$('a[href*="tbm=isch"]'); if(imagesTab) await imagesTab.click(); await page.waitForTimeout(3000); let achha_result_mila = false; let scrollCount = 0; while(!achha_result_mila && scrollCount < 20){ const imgUrls = await page.$$eval('img', imgs => imgs.map(i => i.src).filter(src => src && src.startsWith('http'))); for(let i=0; i

Thursday, September 25, 2025

ctx.beginPath(); ctx.moveTo(200, 100); ctx.quadraticCurveTo(300, 150, 250, 250); ctx.lineWidth = 15; ctx.strokeStyle = "#8B4513"; ctx.stroke(); ctx.beginPath(); ctx.moveTo(215, 100); // thoda side se start ctx.quadraticCurveTo(315, 150, 265, 250); ctx.lineWidth = 15; ctx.strokeStyle = "#8B4513"; ctx.stroke();

Realistic Curve Arm

Curve Arm

Stylish Arm 98 Degree

Stylish Arm with Horizontal Lower Arm