Skip to content

A binary to ASCII STL converter written in C++ based around the Eigen Library

Notifications You must be signed in to change notification settings

Jdiaz031/Bin2ASCII-STL-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bin2ASCII-STL-Converter

A binary to ASCII STL converter written in C++ based around the Eigen3 Library.

Install

In order to install the converter, install the Eigen3 dependency with:

sudo apt install libeiegen3-dev

Afterwards, run the following scripts:

git clone https://github.com/Jdiaz031/Bin2ASCII-STL-Converter.git
cd Bin2ASCII-STL-Converter
mkdir build
cd build
cmake ../
sudo make install

Using the Converter

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

Bin2ASCII-STL /path/to/binary/STL/file /path/to/save/ASCII/file

About

A binary to ASCII STL converter written in C++ based around the Eigen Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published