1
0
Fork 0
Go to file
Peter Ross 42697936eb patches against Skybolt master c662c1efbe62dbc20350dccddf20f43e072543a2 2021-06-24 10:37:26 +10:00
patches patches against Skybolt master c662c1efbe62dbc20350dccddf20f43e072543a2 2021-06-24 10:37:26 +10:00
Dockerfile patches against Skybolt master c662c1efbe62dbc20350dccddf20f43e072543a2 2021-06-24 10:37:26 +10:00
License.txt initial import 2020-12-16 15:34:17 +11:00
Makefile patches against Skybolt master d7de7172be13f64815e9746138613b61d0b09536 2020-12-20 20:03:05 +11:00
README.md patches against Skybolt master d7de7172be13f64815e9746138613b61d0b09536 2020-12-20 20:03:05 +11:00

README.md

Skybolt Linux

Introduction

Patches and Dockerfile for building Skybolt on Linux.

Build procedure

  1. Download asset packages (Core_1_0_0.zip EarthMed_1_0_0.zip and Seattle_1_0_0.zip) to current directory. Source: https://piraxus.com/downloads/assetpackages.html

  2. Build skybolt docker image

docker build -f Dockerfile -t skybolt .

Usage

The skybolt docker image requires hardware acceleration. How to enable hardware acceleration varies depending on GPU vendor.

Intel GPU

Run tests:

xhost +
docker run --volume=/tmp/.X11-unix:/tmp/.X11-unix --device=/dev/dri:/dev/dri skybolt sh -c '(cd build && make test)'

Run MinimalApp:

xhost +
docker run -it --volume=/tmp/.X11-unix:/tmp/.X11-unix --device=/dev/dri:/dev/dri --env="DISPLAY=$DISPLAY" skybolt build/bin/MinimalApp

NVIDIA GPU

See https://github.com/NVIDIA/nvidia-docker

Status

  • Libraries and programs building: YES
  • Tests passing: YES
  • MinimalApp running: YES

Skybolt project: https://github.com/Piraxus/Skybolt