Move contributor list to CONTRIBUTORS.md#1313
Merged
catilac merged 1 commit intoprocessing:mainfrom Nov 6, 2025
Merged
Conversation
Created CONTRIBUTORS.md and updated .all-contributorsrc to reference the new file instead of README.md. This will reduce the size of the README and improve loading times.
Collaborator
Author
|
Thanks! Note: A similar change on p5.js repo caused the bot to fail but @davepagurek figured out there needs to be something before the contributors table for the bot to recognize it. Since this PR does include a paragraph before the table we should be fine but it might be worth adding a header above just to be safe (say we forget about this issue and decide to remove or relocate that paragraph later). |
Collaborator
Author
|
@all-contributors please add @Qianqianye for fundingFinding (This is a test) |
Contributor
|
I've put up a pull request to add @Qianqianye! 🎉 |
Vaivaswat2244
pushed a commit
to Vaivaswat2244/processing4
that referenced
this pull request
Nov 8, 2025
Created CONTRIBUTORS.md and updated .all-contributorsrc to reference the new file instead of README.md. This will reduce the size of the README and improve loading times.
catilac
pushed a commit
that referenced
this pull request
Nov 10, 2025
…1261) * Update README.md * added the image comparator which is the pixel matching algorithm * added build.gradle file * added the test runner * added the simple test * Revise README for Jetpack Compose migration strategy Updated README to reflect migration to Jetpack Compose and strategy for replacing JEditTextArea with RSyntaxTextArea. Added insights on LSP-based editor research and the need for user feedback on Tweak Mode and autocompletion features. * fixing the build issues * added junit as dependency * removing custom class implementation * inclding visual-tests in settings * fixed the overlapping cmd * cleaning * adding packages * added updated screenshot structure * refactoring * added tests in suits * removed simple test * deleting earlier files * updated the core/gradle file * added the infrastructure * added some tests ported by p5js * removing test rendering suite and its test file * added screenshots * config files * fixed the pixeldensity to 1 * Revert "fixed the pixeldensity to 1" This reverts commit 66071ac. * fixed pixeldensity to 1 * Configure dependencyUpdates task in build.gradle.kts Add configuration for dependencyUpdates task to manage non-stable versions. * removing rendering gradient screenshot * General cleanup of `Base` I started cleaning up some of `Base`'s startup sequence for clarity of what is being started when. Nowhere near completion and I think a lot of this class will need to be refactored in the future. Also removed some of the timing measurement comments Added some comments to the Processing CLI class * Move contributor list to CONTRIBUTORS.md (#1313) Created CONTRIBUTORS.md and updated .all-contributorsrc to reference the new file instead of README.md. This will reduce the size of the README and improve loading times. * Update BUILD.md with build failure troubleshooting Added troubleshooting steps for build failures related to permissions. * fixing the build issues * inclding visual-tests in settings * updated the core/gradle file * config files * Configure dependencyUpdates task in build.gradle.kts Add configuration for dependencyUpdates task to manage non-stable versions. * fix rebasing --------- Co-authored-by: Stef Tervelde <[email protected]> Co-authored-by: Raphaël de Courville <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created CONTRIBUTORS.md and updated .all-contributorsrc to reference the new file instead of README.md. This will reduce the size of the README and improve loading times.