Alec Jacobson 831ee69608 main makefile and example makefiles fixed, Extras are broken před 12 roky
..
Makefile 831ee69608 main makefile and example makefiles fixed, Extras are broken před 12 roky
README 4bd7008b86 added stdin_to_temp for using pipe/stdin as file (for functions that need to fseek, rewind etc) před 14 roky
example.cpp bd4d115fea major reorganization of directory structure před 14 roky

README

This is a simple example program that shows how to use the stdin_to_temp
function in stdin_to_temp.h in the igl library.

To Build:
make

To Run:
cat file1 | ./stdin_to_temp_demo
cat file1 | ./stdin_to_temp_demo | cat >file2
cat file1 | ./stdin_to_temp_demo dummy1 dummy2 | cat >file2
./stdin_to_temp_demo file2
./stdin_to_temp_demo file2