gpujs / gpujs/gpu.js

Half precision support

Open
#605 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
15.5k
Forks
663
PR merge metrics
No merged PRs in 30d

Description

Currently my electromagnetics simulator using GPU.js doesn't work on iPad 6 and other devices that don't support single precision because unsigned does not seem accurate enough. However I looked into how others support it and I saw [this](https://paveldogreat.github.io/WebGL-Fluid-Simulation/) fluid simulation uses half precision textures which also worked on iPad 6. Is it possible to support this in GPU.js?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.