kode-team / codemirror-colorpicker

colorpicker with codemirror
https://colorpicker.easylogic.studio/
MIT License
137 stars 13 forks source link

Color picker for p5js #53

Open PaperPrototype opened 5 months ago

PaperPrototype commented 5 months ago

Describe the solution you'd like Make it so that the color picker works with p5js (part of processing.org) in codemirror

Describe alternatives you've considered I am thinking of making my own color picker, but I wanted to ask if you could help make codemirror-colorpicker work for p5js code

Additional context

Screenshot 2024-06-20 at 6 58 46 PM

I am wanting to make what khanacademy made for their tutorials system. Here is a link: https://www.khanacademy.org/computing/hour-of-code/hour-of-code-lessons/hour-of-drawing-code/pt/coloring-with-code

### Tasks
PaperPrototype commented 5 months ago

I am the developer of this website -> https://sparker.gg/83b79247-d87e-4a3c-95d9-62f3db75d30d I am trying to get the color picker to work like khan academy's color picker for my tutorials

easylogic commented 5 months ago

hi @PaperPrototype

Do we need a colorpicker for p5js grammar? Is it possible to modify the editor that p5js has?

PaperPrototype commented 5 months ago

@easylogic It would be a nice addition. I'm hoping I can use the color picker for p5js grammar since my website needs it. Being able to use a color picker package like this would be amazing.