From 3512249ad5dee2eb203241c8aa9bd0b2b1d6b913 Mon Sep 17 00:00:00 2001 From: russoj88 Date: Sat, 9 Mar 2019 12:40:45 -0800 Subject: [PATCH] Add STL library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2c9d453671..2d5f05e9b27 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [opc](https://github.com/qmuntal/opc) - Load Open Packaging Conventions (OPC) files for Go. * [pdfcpu](https://github.com/hhrutter/pdfcpu) - PDF processor. * [skywalker](https://github.com/dixonwille/skywalker) - Package to allow one to concurrently go through a filesystem with ease. +* [stl](https://gitlab.com/russoj88/stl) - Modules to read and write STL (stereolithography) files. Concurrent algorithm for reading. * [tarfs](https://github.com/posener/tarfs) - Implementation of the [`FileSystem` interface](https://godoc.org/github.com/kr/fs#FileSystem) for tar files. * [vfs](https://github.com/C2FO/vfs) - A pluggable, extensible, and opinionated set of filesystem functionality for Go across a number of filesystem types such as os, S3, and GCS.