Poul Foged Nielsen (Modec)
banner
poulfoged.com
Poul Foged Nielsen (Modec)
@poulfoged.com
Developer of many things. Co-author of three online escape rooms (see https://zebraescapes.com) using ThreeJS, Blender & TypeScript.

Also built https://linkstacks.io (a bookmark manager).

Travels the world, debugs his way through airports.
Not sure you will find Bonsai, but here is a good place to start: www.eztree.dev
EZ-Tree | Procedural Tree Generator
EZ-Tree is a procedural tree generator that allows you to create realistic 3D tree models with ease.
www.eztree.dev
April 8, 2025 at 2:07 AM
Lol a texture map must have slipped a bit 😀 The source is a 3D scan …
December 28, 2024 at 9:27 PM
... and the fast giftcard preview works in all browsers
December 23, 2024 at 3:57 PM
However this worked:
```typescript
const response = await fetch(giftcardPath);
const svg = await response.text();
const doc = new DOMParser().parseFromString(svg, "image/svg+xml");
this.appendChild(doc.documentElement);
```
December 23, 2024 at 3:57 PM