https://github.com/fireisgood/fancy-shaders
Some shaders I've been messing around with
https://github.com/fireisgood/fancy-shaders
Last synced: about 1 year ago
JSON representation
Some shaders I've been messing around with
- Host: GitHub
- URL: https://github.com/fireisgood/fancy-shaders
- Owner: FireIsGood
- Created: 2024-12-17T12:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T12:04:03.000Z (over 1 year ago)
- Last Synced: 2025-02-16T11:43:59.622Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://fireisgood.github.io/fancy-shaders/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fire's Fancy Shaders
My random WebGL setup to test shaders. Not sure why you're here, but cool!
## Local Development
Clone this repo and run your favorite HTTP server in the root directory.
Here's what I use:
```bash
npx http-server ./ --ext html --cors
```
## Contributing
Huh? Why?
## License
[MIT](https://choosealicense.com/licenses/mit/)