Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vrixyz/shader-web


https://github.com/vrixyz/shader-web

Last synced: about 1 month ago
JSON representation

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`