Skip to content

issues Search Results · repo:processing/p5.js-compatibility language:JavaScript

Filter by

11 results
 (59 ms)

11 results

inprocessing/p5.js-compatibility (press backspace or delete to remove)

Some addons made for p5 v1, like p5play, need init hooks or equivalent functionality: getting access to the instance of p5 and being able to add to it before preload runs, as discussed in this feature ...
  • quinton-ashley
  • 2
  • Opened 
    11 days ago
  • #25

A default canvas needs to be created before preload is run, otherwise functions like color will throw errors, saying that _renderer is not defined.
  • quinton-ashley
  • Opened 
    11 days ago
  • #24

From the 3 compatibility addons, data.js is the one that reinstantes 1.x usage. This issue is opened to add a short summary / transition guide to the README: if a person uses events in their 1.x sketch, ...
documentation
help wanted
  • ksen0
  • 2
  • Opened 
    20 days ago
  • #23

touchStarted()/touchEnded()/touchMoved() on p5.Element should also be covered in data.js
  • ksen0
  • Opened 
    on Apr 15
  • #21

Source: https://github.com/processing/p5.js/issues/7077
  • ksen0
  • Opened 
    on Apr 15
  • #20

These touchStarted()/touchEnded()/touchMoved() have been replaced with mouse events
  • ksen0
  • Opened 
    on Apr 14
  • #17

We have some lists in the descriptions of https://github.com/processing/p5.js-compatibility/issues/1 and https://github.com/processing/p5.js-compatibility/issues/2. At some point (this can be post-2.0 ...
documentation
good first issue
help wanted
  • davepagurek
  • 5
  • Opened 
    on Apr 5
  • #14

Just remembered that there are technically some signature changes in the arguments of loadTable and the return type of loadBytes. For loadTable the overall signature has been slightly simplified and if ...
  • limzykenneth
  • 3
  • Opened 
    on Mar 4
  • #6

- [ ] Make a script to publish these to npm - [ ] Put instructions in the readme on how to use these (include CDN links?)
  • davepagurek
  • Opened 
    on Jan 22
  • #3

- [x] Restore p5.Table - [x] Restore p5.TypedDict - [x] Restore p5.NumberDict - [x] Restore array methods?
  • davepagurek
  • Opened 
    on Jan 22
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub