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

[Compatibility Request] #63

Open
Reyhankeselek opened this issue Nov 4, 2024 · 7 comments
Open

[Compatibility Request] #63

Reyhankeselek opened this issue Nov 4, 2024 · 7 comments

Comments

@Reyhankeselek
Copy link

Can you compile this on java and make the output file .jar ?
Or even better port this to android.

@gothickitty93
Copy link
Contributor

Please do the needful and port to FreeBSD

@eventhorizon5
Copy link
Owner

Can you compile this on java and make the output file .jar ? Or even better port this to android.

I've wanted to port it to iOS and Android, it mainly lacks touch controls and relies on wxWidgets. It can be compiled with java if you have a frontend Java wrapper that calls the C++ code, this might be easier to do now due to the code restructuring I recently did, since the frontend code is now broken out into components.

@Reyhankeselek
Copy link
Author

How does that work can you compile it?

@eventhorizon5
Copy link
Owner

How does that work can you compile it?

You can't compile it in java because it's written in the C++ language. You can compile it in C++ though, I have the instructions for that on GitHub (see the Compiling.md file).

@eventhorizon5
Copy link
Owner

Here's the compiling doc, it's probably easiest to build on Linux but builds on Windows and Mac too.
https://github.com/eventhorizon5/skyscraper/blob/master/Compiling.md

@Reyhankeselek
Copy link
Author

But how do i compile it to android?

@eventhorizon5
Copy link
Owner

But how do i compile it to android?

Skyscraper doesn't support Android yet, it needs to be ported over to that platform first. Currently you can't compile it to android or iOS.

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

3 participants