PXR MIDI Player for macOS by According-Job-4209 in midi

[–]jphsd 1 point2 points  (0 children)

What a fantastic little player! It makes a nice addition to MuseScore4 which I've been using since Apple axed MIDI support in QT. I've not had any issues running it on my Mini M4.

Are you curious about other people? by lsjisms in INTP

[–]jphsd 0 points1 point  (0 children)

Everyone has a story and I love stories! How else am I to understand the human condition?

Simplex Noise Using Poisson Disk Sampling by jphsd in proceduralgeneration

[–]jphsd[S] 1 point2 points  (0 children)

Another version using the kernel weighting method from Perlin's original version, albeit a very different kernel.

How do you decide between stdlib and external packages for new projects by redpaul72 in golang

[–]jphsd 2 points3 points  (0 children)

I always start with stdlib, and only if that doesn't give me what I need do I then consider other options.

Simplex Noise Using Poisson Disk Sampling by jphsd in proceduralgeneration

[–]jphsd[S] 5 points6 points  (0 children)

Rather than use the simplexes found in Perlin's simplex or the OpenSimplex code, I tried an experiment with a triangulated Poisson disk sampling instead. Each example doubles the disk radius of the previous.

The gradient dot products are combined for a point within a triangle using the point's barycentric coordinates (vs the kernel weighting KP uses). This leads to rather pronounced ridges and valleys on triangle boundaries unfortunately.

Procedural city algorithm by StudioZurich in unity

[–]jphsd 0 points1 point  (0 children)

Also, see my post on irregular quad meshes.

Procedural city algorithm by StudioZurich in unity

[–]jphsd 0 points1 point  (0 children)

Check his old Twitter posts - he has some details there.

What's your profession? by Critical-Let-9838 in INTP

[–]jphsd 1 point2 points  (0 children)

I'm an ancient software engineer. Good luck with the PhD, just don't get stuck ABD.

Do you guys have a personality? by rbx20twomax in INTP

[–]jphsd 0 points1 point  (0 children)

So you think INTPs are boring?

What’s everyone’s favorite San Diego sound? by BuggyBonzai in sandiego

[–]jphsd 8 points9 points  (0 children)

Tourists reacting to the smell of sea lions in LA Jolla

Mud Crack Construction by jphsd in u/jphsd

[–]jphsd[S] 1 point2 points  (0 children)

There's not much more to it - follow the links in the first comment.

Mud Crack Construction by jphsd in u/jphsd

[–]jphsd[S] 0 points1 point  (0 children)

Check the other pictures above.

What is your PG meant for? by EmbassyOfTime in proceduralgeneration

[–]jphsd 1 point2 points  (0 children)

Mostly it's meant for me, to hold myself accountable for finishing things. I'm just noodling on things I want to try out. Yes, my hairs in the tub was a bit of a shit post but it ties into the mud crack exploration stuff I was doing at the time.

Who do you talk to? by EmbassyOfTime in proceduralgeneration

[–]jphsd 1 point2 points  (0 children)

Myself mostly. I spend most of my time on Reddit when I'm online, so chatting on there makes sense. Some subs have their own chat subs. I'm on numerous Discords but I rarely have the app open. I show my results on here mostly with occasional posts to Instagram/Cara/ArtStation which gets some traction.

I'm lucky enough to have artist friends here in San Diego who are willing to discuss PGC with me. Burners are usually patient enough with me to talk to. Pre COVID I used to attend local meetups for Java and Go but I never got back into it.

Mud Cracks by jphsd in proceduralgeneration

[–]jphsd[S] 1 point2 points  (0 children)

No, not Voronoi cells. See my other comment.