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

Feature/vulkan #113

Merged
merged 59 commits into from
Jan 29, 2025
Merged

Feature/vulkan #113

merged 59 commits into from
Jan 29, 2025

Conversation

fabmax
Copy link
Collaborator

@fabmax fabmax commented Jan 29, 2025

Completely rewritten Vulkan backend

  • Full feature parity with the other backends
  • Slighty faster than OpenGL backend
  • Also works on macOS (via MoltenVK, this should work automatically)

Enabled by default, to get the old OpenGL backend back use:

KoolApplication(KoolConfigJvm(renderBackend = KoolConfigJvm.Backend.VULKAN)) {
    // ...
}

@fabmax fabmax merged commit 85adf0a into main Jan 29, 2025
1 check passed
@fabmax fabmax deleted the feature/vulkan branch January 29, 2025 20:11
@Protoxy22
Copy link

This is a crazy update, I will test it on my Macbook M1 as soon as possible, I keep you tuned ;)

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

Successfully merging this pull request may close these issues.

2 participants