Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satelllte/jsplacementweb
Online web version of JSplacement - procedural displacement sci-fi maps generator.
https://github.com/satelllte/jsplacementweb
blender blender-addon blender-material displacement-map displacement-maps generative-art jsplacement jsplacement-online jsplacement-web nft-art normal-maps sci-fi texture-synthesis textures
Last synced: 4 days ago
JSON representation
Online web version of JSplacement - procedural displacement sci-fi maps generator.
- Host: GitHub
- URL: https://github.com/satelllte/jsplacementweb
- Owner: satelllte
- Created: 2023-08-19T19:09:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T11:52:51.000Z (9 months ago)
- Last Synced: 2024-10-10T05:35:05.784Z (28 days ago)
- Topics: blender, blender-addon, blender-material, displacement-map, displacement-maps, generative-art, jsplacement, jsplacement-online, jsplacement-web, nft-art, normal-maps, sci-fi, texture-synthesis, textures
- Language: HTML
- Homepage: https://jsplacementweb.pages.dev
- Size: 23.9 MB
- Stars: 40
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSPlacementWeb
πΎπ½
Web version of **JSPlacement** - procedural displacement sci-fi maps generator.
**https://jsplacementweb.pages.dev/**
## You might also like π€
βΆβΆβΆ Check out **[Displacement X](https://github.com/satelllte/displacementx)** - free and open source alternative of `JSplacement`.
## IMPORTANT INFORMATION
- I am not the author of this software. All rights belong to [Windmill](https://windmillart.net/) - the creator of JSPlacement original desktop application. The only thing I did is ported it to web.
- I don't make any money from this software and I didn't steal it because the source code of any [Electron](https://www.electronjs.org/) app is not protected from reading.
- The reason for making this port is to keep this amazing, useful and loved piece of software alive β€οΈ. Also, please consider to support the author of this software - [Windmill](https://windmillart.net/), who wasn't getting enough respect and who eventually [turned it down](https://www.reddit.com/r/blender/comments/zfwmjr/does_anyone_know_what_happened_to_jsplacement/) π:
- https://www.paypal.com/paypalme/WMillArt
- https://ko-fi.com/windmill
- Note that this software is unstable, because it's a quick port which is missing some features and which might be buggy. This is mostly because there's no file system access given to the web application.## Technical details
The original static files of the port moved into `/public` directory, which is served by [Vite](https://vitejs.dev/) tool.
All the web overrides are highlighted with the code comments containing `WEB_PORT` word.
The original desktop app source code is available at [native](https://github.com/satelllte/JSPlacementWeb/tree/native) branch, which can be compared against the `main` branch anytime.
To run local development server, clone the repository and run:
```sh
npm ci
nvm use
npm run dev
```