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

No implementation for NoiseMapBuilderPlane #25

Open
devent opened this issue Jul 16, 2021 · 1 comment
Open

No implementation for NoiseMapBuilderPlane #25

devent opened this issue Jul 16, 2021 · 1 comment

Comments

@devent
Copy link

devent commented Jul 16, 2021

Hello. I like to use noise for my game. I was under the impression that this a re-implementation of the noise lib in Java. I was trying to follow this tutorial: http://libnoise.sourceforge.net/tutorials/tutorial3.html

But you didn't implemented NoiseMapBuilderPlane and other classes from utils?

How can you then do tiling terrain height maps? Or is this not in the scope?

If you don't like to implement utils then I could implement it.

@zml2008
Copy link
Member

zml2008 commented Jul 28, 2021

Sorry for the delay in getting back to you.

It's been a little while since this library was originally ported, but it's likely the Spout project didn't have a need for the utilities in noiseutils since our port was part of a larger game engine.

I believe there was some communication with the author of libnoise discussing this port, since it is under a different license from the C++ libnoise, though those communications are probably not the easiest to find these days. If you were to port utils as a PR to this library, we'd want to check back in with the original author.

As an alternative of course, you can always port noiseutils on your own and link against our port of libnoise. In that case our opinion doesn't matter all that much :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants