dyna3/app-proto/inversive-display
Aaron Fenyes 5e9c5db231 Ray-caster: switch from draw effect to animation loop
This wastes a lot of CPU time, as explained on lines 253--258 of
`main.rs`, but it's better than the previous version, which could block
graphics updates system-wide for seconds on end.
2024-08-26 16:06:37 -07:00
..
src Ray-caster: switch from draw effect to animation loop 2024-08-26 16:06:37 -07:00
.gitignore Get a WebGL canvas working in Sycamore 2024-08-21 13:01:33 -07:00
Cargo.toml Ray-caster: pass spheres in through uniforms 2024-08-25 21:40:59 -07:00
index.html Get a WebGL canvas working in Sycamore 2024-08-21 13:01:33 -07:00
main.css Ray-caster: label controls 2024-08-26 01:47:53 -07:00