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

Usage as a library in Java? #269

Open
KnedlikMCPE opened this issue Mar 18, 2024 · 1 comment
Open

Usage as a library in Java? #269

KnedlikMCPE opened this issue Mar 18, 2024 · 1 comment

Comments

@KnedlikMCPE
Copy link

Hello,

I have been struggling with coming up with a realistic world generation algorithm for my Minecraft mod and came across this repository. Unfortunately, worldengine is only available as a python standalone program, which added to that uses a native library.

I'd like to ask if there's possibly a way to use this in this way? If not, is there a knowledge base describing your algorithms?

Thanks,
Knedlik

@psi29a
Copy link
Member

psi29a commented Mar 27, 2024

Most of the knowledge that went into creating this is available online. :) That's how it was created.

I've been fooling around with re-writing this in Rust (RWIR) which would expose a C API that anyone can link into.

Python was originally chosen because it was the language I was learning at the time. Many supporting libraries had python bindings already, so it was easy to get developing. :)

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