Mohamed Osama
Mohamed Osama
Sometimes I need to copy error to throw to chatGpt or someone
I want to populate holes in a complex 2d shape onto a complex 3d shape I thought about 2 approaches each comes with a back draw 1- Project the 2d...
A couple of scripts I worked on the past month
function to find the first solid between start and end space points, with an optimized divide and conquer approach
Solves the todo: https://github.com/GraphiteEditor/Graphite/blob/20470b566b6b80426887f028000a2c4944a513b2/node-graph/gcore/src/uuid.rs#L76
- snap any point on line to tangents instead of snapping endpoint - remove fully_constrained as per 0hypercube on Discord part of #2352
Local testing in windows currently doesn't work because an error in node-graph/graph-craft/src/wasm_application_io.rs 212 | use winit::platform::wayland::EventLoopBuilderExtWayland; | ^^^^^^^ could not find `wayland` in `platform` | note: found an item that...