Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

246
Views
cómo crear una animación usando p5.js cómo crear una animación del proceso de alto horno

He cargado imágenes usando p5.js, pero cómo realizar la transición y el movimiento de las imágenes durante la duración. Estoy agregando el código aquí. tengo que crear una animación funcional para un alto horno usando imágenes. He usado imágenes como variables

 var pic2 var pic3 var pic4 var pic5 let posX=0 let posY=0 let size=200 function preload(){ // pic1=loadImage("blastF1.png") pic2=loadImage("iron.png"); pic3=loadImage("blast3.jpg"); pic4=loadImage("slag.jpg"); pic5=loadImage("BLAST2.jpg") } function setup() { createCanvas(600, 500); } function draw() { background("grey"); // image(pic1,0,100,100,200) // image(pic2,posX,posY,size,size-20) image(pic3,posX,400-posY,200,200) image(pic5,posX,0,200,300) //image(pic4,0,0) if(posX>width||posY>height){ posX=0 posY=0 size=100 }else{ posX+=1 posY+=1 size-=0.15} }
about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!