Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T09:10:59.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T15:22:54.356Z (3 months 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.![Alt text](/static/Readme_image.png)
_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
```