3D-tester/README.md

32 lines
470 B
Markdown
Raw Normal View History

2021-06-13 14:11:22 +02:00
# 3D tester
An utility to test 3D models
## Installation
First make sure you have python3 installed
Then..
```
git clone git@git.hangar.org:21036/arcHIVE-tech/3D-tester.git
cd 3D-tester
python3 -m venv ./venv
source ./venv/bin/activate
pip install bottle
chmod +x run.sh
```
## Usage
```
cd 3D-tester
./run.sh
```
Now you can browse to `http://localhost:8080`
### Adding 3D models
Add your 3D models to the `./objects` folder. Create subdirectories as needed.