https://github.com/satelllte/displacementx
Procedural displacement sci-fi maps generator. Web-based alternative to JSplacement.
https://github.com/satelllte/displacementx
displacementx jsplacement jsplacement-online jsplacement-web
Last synced: 5 months ago
JSON representation
Procedural displacement sci-fi maps generator. Web-based alternative to JSplacement.
- Host: GitHub
- URL: https://github.com/satelllte/displacementx
- Owner: satelllte
- License: gpl-3.0
- Created: 2023-10-31T21:31:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T04:38:04.000Z (11 months ago)
- Last Synced: 2024-11-09T22:24:40.948Z (6 months ago)
- Topics: displacementx, jsplacement, jsplacement-online, jsplacement-web
- Language: TypeScript
- Homepage: https://displacementx.pages.dev
- Size: 4.43 MB
- Stars: 60
- Watchers: 2
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Displacement X
Procedural displacement sci-fi maps generator. Web-based alternative to [JSplacement](https://www.google.com/search?q=JSplacement).
Live at ▶ **[displacementx.pages.dev](https://displacementx.pages.dev/)**
## FAQ
### What is it used for?
The software can be used for generating grayscale height maps for their further application in various 3D rendering software such as Blender, Cinema4D, OctaneRender, etc.
### Does it aim to replace the original `JSplacement` software?
No. The application doesn't aim to replace `JSplacement`, but rather to provide a web-based alternative for those who don't want to find its downloads online and install it. Features-wise, it implements some from `JSplacement`, but also has some that didn't exist in it before (e.g., "Composition modes" or "Custom gradient generator").
### What happened to the original `JSplacement` software?
Unfortunately, the original `JSplacement` software is no longer maintained and it's gone. The author has abandoned the project and removed all the downloads from the internet.
Some links:
- Reddit post: [What happened to JSplacement](https://www.reddit.com/r/blender/comments/zfwmjr/does_anyone_know_what_happened_to_jsplacement/).
- Web port of `JSplacement`: [JSPlacementWeb](https://github.com/satelllte/JSPlacementWeb) _(missing some features)_.
- Consider supporting `Windmill` - the author of `JSPlacement`: [Website](https://windmillart.net/), [PayPal/WMillArt](https://www.paypal.com/paypalme/WMillArt), [Ko-fi/windmill](https://ko-fi.com/windmill).### Any future plans for `Displacement X`?
No particular plans. I've opened the source code of this project to everyone, so let's see how it goes.
### I want to share my work done with the help of `Displacement X`. Where can I do that?
Feel free to open an issue in this repository to share your work. I'd love to see what you've created and showcase it right here!
## Contributing
Check out [CONTRIBUTING.md](./CONTRIBUTING.md) guide.