FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge WebGPU backend by tychedelia · Pull Request #1514 · processing/processing4 · GitHub

Merge WebGPU backend - #1514

Merged
catilac merged 40 commits into
mainfrom
the-wgpu-moment
Jul 8, 2026
Merged

Merge WebGPU backend#1514
catilac merged 40 commits into
mainfrom
the-wgpu-moment

Conversation

Copy link
Copy Markdown
Member

Some important notes:

  • We need to upgrade to Gradle 9.0 in order to support Java 24 for WebGPU builds (Panama support).
  • WebGPU support is disabled by default, minus the Gradle upgrade, this should leave the default build the same.
  • -PenableWebGPU=true toggles WebGPU support. Users will need to make sure they have the submodule initialized. Someone should test on their new machine.

catilac and others added 30 commits October 11, 2025 17:35
* FFI error setup

* Clear before init.
WebGPU surface creation / basic app lifecycle
* Implement background.

* Install wayland deps.
* Implement basic rendering flow

* Fix naming.

* Actually fix rename.
Added support for submodules in the checkout step.
Added submodule support to the checkout steps.
# Conflicts:
#	.github/workflows/build-gradle.yml
#	.github/workflows/pull_request-gradle.yml
#	.gitignore
#	app/build.gradle.kts
#	core/build.gradle.kts
#	gradle/libs.versions.toml
catilac requested review from SableRaf, catilac and kjhollen May 3, 2026 01:15
Comment thread app/build.gradle.kts Outdated
Comment thread BUILD.md Outdated
catilac mentioned this pull request Jun 30, 2026

catilac commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

@letorbi this is going to be merged into main and has the upgrade to gradle9!

catilac merged commit 25bca44 into main Jul 8, 2026
12 checks passed
Comment thread app/build.gradle.kts
from(java.configurations.runtimeClasspath)
into(composeResources("modes/java/mode"))
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
dirPermissions { unix("rwx------") }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Here as well - this reverts the changes from my other PR, #1473.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks for pointing this out! I'll get it reverted

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

5 participants


Back | FazBrowse Home | New Git URL