software-mansion / software-mansion/TypeGPU
impr: Upscaling for vaporrave example
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 122
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 34
Description
Vaporrave example is laggy on slower devices. We can improve performance by upscaling.
Tasks:
- Implement upscaling
- Use uniform buffers for rotation matrices
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate and run the vaporrave example, then read its rendering path and current rotation-matrix handling. The work is done when the example uses upscaling for better performance on slower devices and rotation matrices are passed through uniform buffers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- computer-graphics, performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100