~shockham/airei

Ray march sketch
febc46ad — shockham 3 years ago
Ignore vercel config
dc4febe9 — shockham 3 years ago
Bounding box magic
44878c5d — shockham 3 years ago
Init commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~shockham/airei
read/write
git@git.sr.ht:~shockham/airei

You can also use your local clone with git send-email.

#infuse-template

A template to use with cargo-generate to create infuse projects.

Usage:

  • Install cargo-generate with:
cargo install cargo-generate
  • Create a new project with:
cargo generate --git https://github.com/shockham/infuse-template.git

Run:

  • Requires make and entr for hot reloading
  • Install wasm-pack:
cargo install wasm-pack
  • Serve the app:
make build
make serve