Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donmccurdy/fp64-arithmetic
Testing FP64 arithmetic in GLSL on Apple GPUs.
https://github.com/donmccurdy/fp64-arithmetic
Last synced: about 1 month ago
JSON representation
Testing FP64 arithmetic in GLSL on Apple GPUs.
- Host: GitHub
- URL: https://github.com/donmccurdy/fp64-arithmetic
- Owner: donmccurdy
- Created: 2023-12-19T01:10:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T01:14:09.000Z (11 months ago)
- Last Synced: 2024-10-02T08:36:46.729Z (about 2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FP64 Arithmetic
This is a ["minimal, reproducible example"](https://stackoverflow.com/help/minimal-reproducible-example) demonstrating FP64 arithmetic implemented in GLSL, and resulting errors, particularly on Apple GPUs.
Arithmetic implementations in `fp64.glsl.js` are from the [luma.gl](https://github.com/visgl/luma.gl) project, under MIT License.
## Quickstart
```bash
npx serve .
```