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

how to apply bor_vulkan to my android project #2

Open
s97083 opened this issue Oct 28, 2019 · 2 comments
Open

how to apply bor_vulkan to my android project #2

s97083 opened this issue Oct 28, 2019 · 2 comments

Comments

@s97083
Copy link

s97083 commented Oct 28, 2019

Hello my name is byungkyu
I need vulkan for my android opengl project. my project use java. but vulkan is not support java. I found your project. wow...

Bor_Vulkan has not sample android project. so I confuse that how to apply it.
Bor_Vulkan-master\Vulkan\jni and C:\VULKAN\Bor_Vulkan-master\Vulkan\libs this is x86 dll binary.
I can't use for mobile project. how to use in arm mobile project.?

and when I use bor_vulkan library.... copy Vulkan\src\bor all source to my project?
how to use it. or just copy BorVulkan-natives.jar file to my 'libs' directory?

your project very useful good project... thank you make it

@AlessandroBorges
Copy link
Owner

AlessandroBorges commented Nov 3, 2019

Hi!
I'm sorry for this so late replay!
This project is frozen as I had other projects taking my time. This raises another issue: The project must be updated in order to comply with the latest changes on Vulkan API! Most of the code is machine-generated so I need to re-run my code generators.
About Android support, please trace the use of VK_USE_PLATFORM_ANDROID_KHR macro. It will review the most relevant data about Vulkan and a Java application. I guess that is what you most need.

That said, please take a look to https://github.com/LWJGL/lwjgl3
It does have a bridge Vulkan - Java and it has been developed for a quite long time.

@AlessandroBorges
Copy link
Owner

By the way, please read comments about Issue #1.
#1

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