https://github.com/hschneid/xflp-ui
Web renderer for 3D load planning results
https://github.com/hschneid/xflp-ui
3d 3d-bin-packing 3d-bin-packing-problem container-loading-problem threejs truck-loading-problem ui vizualisation webrender
Last synced: 5 months ago
JSON representation
Web renderer for 3D load planning results
- Host: GitHub
- URL: https://github.com/hschneid/xflp-ui
- Owner: hschneid
- License: mit
- Created: 2021-12-22T08:58:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T09:10:59.000Z (over 4 years ago)
- Last Synced: 2024-11-05T11:43:54.913Z (over 1 year ago)
- Topics: 3d, 3d-bin-packing, 3d-bin-packing-problem, container-loading-problem, threejs, truck-loading-problem, ui, vizualisation, webrender
- Language: JavaScript
- Homepage:
- Size: 285 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# XFLP UI
Web renderer for 3D load planning results.

_It is in draft modus._
## Bootstrap by
Courtesy of Bruno Simon of https://threejs-journey.xyz/
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```