https://github.com/jsonkao/regl-bitmap-flipy-broken
Example of flipY not working on a REGL texture when using bitmaps
https://github.com/jsonkao/regl-bitmap-flipy-broken
Last synced: about 1 year ago
JSON representation
Example of flipY not working on a REGL texture when using bitmaps
- Host: GitHub
- URL: https://github.com/jsonkao/regl-bitmap-flipy-broken
- Owner: jsonkao
- Created: 2020-06-09T15:48:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T23:23:50.000Z (over 3 years ago)
- Last Synced: 2025-02-06T10:15:16.699Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 922 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example of `flipY` not working on a REGL texture when using bitmaps.
## Setup
1. Clone the repository
2. `npm install`
3. `npm run dev` (uses Parcel)