Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```