Geekuillaume's Avatar

Geekuillaume

@besson.co.bsky.social

21 Followers  |  168 Following  |  4 Posts  |  Joined: 01.12.2024  |  1.4413

Latest posts by besson.co on Bluesky

If you're curious about this, here's the logic used to start the children process: github.com/nodejs/node/...

And in the logic to import another JS file, there's this code running to indicate to the parent process the files imported github.com/nodejs/node/...

28.09.2025 16:03 — 👍 1    🔁 0    💬 0    📌 0

You're using the NodeJS --watch mode and want to also trigger a reload when a specific non-imported file changes (like a JSON config file)? Here's how to do so:

process.env.WATCH_REPORT_DEPENDENCIES && process.send?.({'watch:import': [url.pathToFileURL("your_file_path")]})

28.09.2025 16:01 — 👍 5    🔁 0    💬 1    📌 0
Preview
Modddif - Design and refine 3D models faster with pro tools Modddif accelerate your 3D workflow with professional tools powered with AI. Generate and perfect your models in detail.

That's actually exactly our approach at modddif.com Until now we mainly focused on tools to work on the texture (even with a noisy topology and uv map) and now we're working on the geometry

01.09.2025 19:13 — 👍 0    🔁 0    💬 0    📌 0

Generating a low-poly model is not that complex no? There's still some edge cases to solve manually (same as with texture baking) but for 90% of the cases it seems okay. But definitely, fixing the geometry on a noisy model is super time-consuming with existing tools

01.09.2025 09:27 — 👍 0    🔁 0    💬 1    📌 0

@besson.co is following 19 prominent accounts