Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrixyz/shader-web
https://github.com/vrixyz/shader-web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vrixyz/shader-web
- Owner: Vrixyz
- Created: 2021-11-04T20:22:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T19:36:48.000Z (about 3 years ago)
- Last Synced: 2024-10-29T23:46:13.363Z (3 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# debug shaders
Toy project to try shaders in native and web
## Tech
- `./assets/` folder is copied into project folder (`crates/web` and `crates/native`)
- hot reloading is present, so you can edit copied assets live. ⚠️ they will be replaced by `cargo make` commands
- web build still needs a browser refresh to update assets.## Native
`cd crates/native && cargo make native`
## Web
`cd crates/logic && cargo make web && cd ../web && cargo run --bin web`