Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolalysenko/obj2sc
Basic command line tool that converts an OBJ file into a simplicial complex
https://github.com/mikolalysenko/obj2sc
Last synced: about 2 months ago
JSON representation
Basic command line tool that converts an OBJ file into a simplicial complex
- Host: GitHub
- URL: https://github.com/mikolalysenko/obj2sc
- Owner: mikolalysenko
- Created: 2017-05-07T02:07:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T09:44:52.000Z (over 6 years ago)
- Last Synced: 2024-10-20T14:28:10.574Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# obj2sc
Command line tool that converts OBJ files to a JSON formatted simplicial complex# Install
```
npm i -g obj2sc
```# Usage
```
obj2sc < mymesh.obj > mymesh.json
```# Credits
(c) 2017 Mikola Lysenko. MIT License