Page 1 of 1

JS PLacement (Displacement Generator)

Posted: 26 Feb 2018, 02:10
by mc_axe
JSplacement by Windmill Art (Futuristic 8K displacement generator)
JSplacement is a pseudo-random 8K displacement map generator made with JavaScript on Electron by yours truly.
It started as a fun idea made with php5-gd for 3Douchebags Slack, converted to JavaScript, and grew up into a standalone desktop app.
Quick test of a "shader ball" on a random background (Eddie del Rio Cyber punk Madness).
Image

Re: JS PLacement (Displacement Generator)

Posted: 27 Feb 2018, 09:44
by Rork
Nice one! Thanks for sharing :)

Re: JS PLacement (Displacement Generator)

Posted: 27 Feb 2018, 12:07
by rray
Looks useful, I wonder if it could be tuned in some way so it could remove the curviness from the planar parts of the texture.

Re: JS PLacement (Displacement Generator)

Posted: 27 Feb 2018, 14:23
by mc_axe
rray wrote: 27 Feb 2018, 12:07 Looks useful, I wonder if it could be tuned in some way so it could remove the curviness from the planar parts of the texture.
The tool has 5 different generators i used JSplacement 2 (second in pic), the classic one (first) uses preety str8 or rectangular objects
Image
Not sure if you can modify these basic shapes somehow.

The general curviness in my example is due to the projection (i did something like a cubic unfold), also visible seems are my bad, i was lazy to fix UVs.