Skip to content

satelllte/JSPlacementWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSPlacementWeb

👾👽

Web version of JSPlacement - procedural displacement sci-fi maps generator.

https://jsplacementweb.pages.dev/

You might also like 🖤

▶▶▶ Check out Displacement X - free and open source alternative of JSplacement.

IMPORTANT INFORMATION

  • I am not the author of this software. All rights belong to Windmill - 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 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, who wasn't getting enough respect and who eventually turned it down 😔:
  • 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 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 branch, which can be compared against the main branch anytime.

To run local development server, clone the repository and run:

npm ci
nvm use
npm run dev