Add sample rendering #2

Open
noteuclid wants to merge 5 commits from sample into master
Owner

On master, the project is very bare bones. That’s not by itself bad but, a WGPU project would probably need to render something, and this example should be an easy starting point.

On `master`, the project is very bare bones. That’s not by itself bad but, a WGPU project would probably need to render something, and this example should be an easy starting point.
noteuclid added 4 commits 2026-08-05 00:44:59 +03:00
It’s not very fancy but shows how the thing looks like. And, it’s under 50 kB.
noteuclid force-pushed sample from 2f21d70658 to 02707dd095 2026-08-05 00:47:06 +03:00 Compare
noteuclid added 1 commit 2026-08-05 01:14:01 +03:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin sample:sample
git checkout sample

Merge

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff sample
git checkout master
git merge --ff-only sample
git checkout sample
git rebase master
git checkout master
git merge --no-ff sample
git checkout master
git merge --squash sample
git checkout master
git merge --ff-only sample
git checkout master
git merge sample
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: noteuclid/qt-wgpu-skel#2
No description provided.