Johnathon Selstad

Results 60 comments of Johnathon Selstad

This is a good idea; I'll have to think about the best way to implement it.

Did [a test implementation](https://github.com/zalo/CascadeStudio/pull/27) that you can try [here](https://cascade-studio-git-feat-view-cube.zalo.vercel.app/), and after considering the added complexity:functionality trade-off, I might just split the difference and render a non-interactive orthonormal basis as a...

I don't believe I've implemented view orientation keyboard shortcuts 🙃 I assume, if implemented, the function would be something like a combination of [the rotation code from here](https://github.com/zalo/CascadeStudio/pull/27/files#diff-734677b08737cfcfba04b154c9b8955d80d292748b3f1d8bc0de95007472fd8aR371-R398) and [the...

For what it's worth, random model corruption is probably related to the `Cache?` checkbox. The cache is a hack I'm using to store the intermediate states of the model evaluation...

(For reference, these are the calls into RawInflate and RawDeflate: https://github.com/zalo/CascadeStudio/blob/master/js/MainPage/CascadeMain.js#L631-L634 ) It’s been a while since I dug into this, but I think you’re on the right track with...

I just learned about this framework yesterday; it does several things really well. Selector queries are an interesting alternative to the mouse-hover index selection I’m using right now. Perhaps it...

Appending @sgall17a 's thoughts on introspection from #23 here for spatial locality: >On Hover in the GUI you get an index to a line or a face. Presumably this index...

Yes, there certainly should; the way this project is laid out currently fights npm and requires significant manual rejiggering of the `node_modules` folder. At some point, I'm hoping to come...

I was thinking about teaching myself the same thing a month ago, but that was when I learned that webpack is an absolute monstrosity, and probably the root of a...