Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cctechyashdoshi/stltodattranslator
Convert STL to DAT in just one click!
https://github.com/cctechyashdoshi/stltodattranslator
converter cpp cpp17 dat-files stl yash-doshi
Last synced: 22 days ago
JSON representation
Convert STL to DAT in just one click!
- Host: GitHub
- URL: https://github.com/cctechyashdoshi/stltodattranslator
- Owner: cctechyashdoshi
- Created: 2024-10-04T08:59:12.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T09:47:46.000Z (23 days ago)
- Last Synced: 2024-10-28T12:49:58.524Z (23 days ago)
- Topics: converter, cpp, cpp17, dat-files, stl, yash-doshi
- Language: C++
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :octocat: `.STL` to `.DAT` Translator
This code allows you to convert `.stl` file into `.dat` file which can be viewed in `GNUPlot`
This application made using,
1. `C++`
2. `Guidence received from @vinayaksutar Sir`## :octocat: Cloning this repo(Terminal Version):
- [x] Run the following command:
```bash
git clone 'https://github.com/cctechyashdoshi/STLtoDATTranslator.git'
```
- [x] `cd` to the cloned folder:
```bash
cd STLtoDATTranslator
```
- [x] Install required `npm` pakages
```bash
Run Project from Visual Studio or VSCode
```
The tool extracts vertex data from an STL file and saves the coordinates in a .dat file, which can be visualized with tools like Gnuplot or used for further analysis.
### :octocat: Note:
I made this website while being a part of Traning and incubation program of CCTech([@vinayaksutar](https://github.com/vinayaksutar)) and please feel free to suggest any changes. Thanks!
#
Don't forget to leave a star ⭐️