Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 .
```