Skip to content

Jdiaz031/AnotherSTLConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnotherSTLConverter

An STL converter written in C++ that makes use of the standard C++ library. The converter takes in two arguments, the file you are looking to convert and where to save the converted version.

Install

git clone https://github.com/Jdiaz031/AnotherSTLConverter.git
cd AnotherSTLConverter
g++ main_desktop.cpp ReadingSTL.cpp ReadingSTL.h -o convertSTL
sudo mv convertSTL /bin/
cd ..
rm AnotherSTLConverter/ -r

Using the Converter

In order to run the converter, use the following format in terminal.

convertSTL /path/to/STL/file /path/to/save/STL/file

About

An STL converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages