• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

P5.js Paste Tool

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I hope everyone is doing well.

I'm trying to create a paste tool using P5.js.
I'm using a constructor function to make the tool.
What should I add to this function below? I want the paste button to work shapes.



Thank you
paste.jpg
Please check the paste button in the image
Please check the paste button in the image
 
James McDaniels
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have tried the following code:

 
Ranch Hand
Posts: 150
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear James McDaniels,

P5.js es a specialized library for designers who want to add a programming tool to their creative skill set. Needless to say, to master P5.js, you should have a sound knowledge of javascript and computer graphics, etc. Sadly  to say, this forum might not be the right one to ask such a concrete question.

You can try  P5.js  for guidance.


Thanks.  
 
Sheriff
Posts: 5555
326
IntelliJ IDE Python Java Linux
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

you should have a sound knowledge of javascript and computer graphics, etc. Sadly  to say, this forum might not be the right one to ask such a concrete question.


Are you saying that this forum, which exists and has existed for decades to help people with all kinds of programming and working with computers, is not suitable for helping with JavaScript and Computer Graphics problem? Say it isn't so.....

I think the main reason the OP is not getting the help he desires is because his questions are rather vague and not concrete at all, which makes them hard to answer in any meaningful way. Asking for someone to write a complete function for them, a.k.a do all of the work, is unlikely to work out as intended.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic