dyna3/app-proto/inversive-display
Aaron Fenyes a40a110788 Ray-caster: only draw when the scene is changed
This is how I typically schedule draw calls in JavaScript applications.
The baseline CPU activity for the display prototype is now in line with
other pages (though perhaps a bit higher), and the profiler shows little
time being spent in draw calls, even when I'm continually moving a
slider. The interface feels pretty responsive overall, although the
sliders seem to be lagging a bit.
2024-08-27 13:55:08 -07:00
..
src Ray-caster: only draw when the scene is changed 2024-08-27 13:55:08 -07:00
.gitignore Get a WebGL canvas working in Sycamore 2024-08-21 13:01:33 -07:00
Cargo.toml Ray-caster: add a frame time monitor 2024-08-26 23:39:51 -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