Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use unfold? #8

Open
sunkechenjing opened this issue May 31, 2018 · 3 comments
Open

How to use unfold? #8

sunkechenjing opened this issue May 31, 2018 · 3 comments

Comments

@sunkechenjing
Copy link

I had compiled these program in unbuntu.There are "unfold" and "wireframe".But i found there program can't be run.How to use there?thanks.

@myinternetofthings
Copy link

myinternetofthings commented Dec 29, 2018

You need to pipe input file, and then redirect output to another file:
cat Bunny-LowPoly.stl | ./unfold > bunny.svg
or
./unfold < Bunny-LowPoly.stl > bunny.svg

@concifederico
Copy link

concifederico commented Jun 15, 2020

I had compiled these program in unbuntu.There are "unfold" and "wireframe".But i found there program can't be run.How to use there?thanks.

How did you compile?? By typing make at command prompt (Ubuntu)

@ahs3n
Copy link

ahs3n commented Sep 12, 2020

I am on a mac, so it probably will be different for you, but I followed the instructions I found here: https://stackoverflow.com/questions/32337643/how-to-run-c-program-on-mac-os-x-using-terminal to compile the c code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants