React app to take an image as input and generate a mesh for 3D printing
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^7.0.26^5.14.1^12.0.0^13.2.1^27.0.1^16.7.13^17.0.20^17.0.9^0.137.0^3.2.3^17.0.2^17.0.2^4.3.15.0.0^0.137.5^4.4.2^2.1.029
commits
Added layer height input. In theory this should help the slicer, assuming you use the same layer height there.
6e35bc9View on GitHubFixed mesh translation, and also implemented zoom, in a really dumb way. Gonna do it the smarter, simpler way in my next commit.
bce4434View on GitHubAdded contrast control. That should really help, as I've noticed images with high contrast seem to produce better results when actually printing the lithophanes.
e059188View on GitHubFixed mouse controls and optimized normal calculations for the faces where I was just calculating them based on the vertices.
d2d35b9View on GitHubKinda forgot to put the back thickness on the mesh. Fixed that.
c03b0aaView on GitHubImproved logic for mouse controls in mesh viewer. Also completed mesh generation. Technically there are holes in the mesh but I don't feel like figuring out how to fix that. PrusaSlicer doesn't care anyway.
f17a3d3View on GitHubFirst stab at camera mouse controls. Needs to be better.
0c35b97View on GitHubReorganized the UI. Just need to implement camera controls for the mesh viewer, and also finish generating the mesh
326ae36View on GitHub