Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract delegate for noise generator functions from PApplet #113

Open
wants to merge 11 commits into
base: master
from

Conversation

@Minimaximize
Copy link
Contributor

@Minimaximize Minimaximize commented Jul 18, 2020

Extract class for generating perlin noise from PApplet and delegate.

  • Simplifies PApplet by enforcing the single responsibility principle and hiding the implementation details in PerlinNoiseGenerator
  • Make it possible to test the perlin noise functions in isolation
@Minimaximize Minimaximize marked this pull request as draft Jul 20, 2020
This reverts commit 5b10009.

# Conflicts:
#	core/test/processing/core/PerlinNoiseGeneratorTest.java
@Minimaximize Minimaximize marked this pull request as ready for review Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.