Johnathon Selstad

Results 19 issues of Johnathon Selstad

@elalish It seems like there's room for additional simplification after one pass; perhaps topology should be simplified until no changes are made? ```py general_offset = nonConvex.minkowski_sum(nonConvex.scale([0.5, 0.5, 0.5])) for i...

This is the minimal code to get the naive minkowksi sum working ~~with basic affordances for multithreading~~. This is essentially the other PR, but without the in-progress experimentation or the...

This PR exposes the Geodesic Trace Function, which I'm interested in using to wrap LED Strips around various shapes 😅

This PR adds a loader for tetrahedral .msh files. Eventually it will support dragging and dropping new tetmesh files onto the window. Test files made with fTetWild. Testable Demo Here:...

enhancement

Seems like the Blender Rendering portion is missing a class? Substituting in 'GithubDownloader' almost works, but it doesn't seem to be able to find the files properly.

Clang and Ninja can be a bit squirrely to work with on Windows, but commenting out this section in `norm_test.cc` allows the rest of the system to compile and run...

This PR updates the CAD Backend to use the new OpenCascade.js port, which features faster execution, briefly mentioned here: https://github.com/zalo/CascadeStudio/pull/12#issuecomment-873535192 In theory, the application will be generally faster once this...

enhancement

This PR adds Cascaded Shadow Maps, which will allow shadows to render at distance for theoretically minimal performance impact. In practice, I believe I see a modest performance impact, which...

Supercedes #10 Seems like lodepng is missing here, breaking Texture Loading on Models

enhancement