1
0
Fork 0
skybolt-linux-docker/README.md

27 lines
510 B
Markdown
Raw Normal View History

2020-12-16 04:34:17 +00:00
# Skybolt Linux
## Introduction
Patches and Dockerfile for building Skybolt on Linux.
## Build procedure
```
docker build -f Dockerfile -t skybolt .
```
## Status
* Libraries and programs building: YES
* Tests passing: NO, some are failing:
```
The following tests FAILED:
50 - Precomputed BruentonAtmosphere matches Bruenton's reference implementation (Failed)
51 - CompositingPipeline renders expected images (SEGFAULT)
```
## Links
Skybolt project: <https://github.com/Piraxus/Skybolt>