Files
igl/examples/file_contents_as_string/README
T
jalec 57d8e1844b added file -> string function and example,
better comments on pathinfo, basename, dirname,
added functions to assist creation, loading of GLSL shaders (some of which is translated from Denis Kovacs's NYU code)


Former-commit-id: 36947b1cd1
2011-09-26 15:31:57 +00:00

15 lines
290 B
Plaintext

This is a simple example program that shows how to use the
file_contents_as_string function in the igl library.
To Build:
make
To Run:
./example [path_1] [path_2] ... [path_n]
Example Run #1:
Issuing:
./example example.cpp | diff - example.cpp
Should produce no differences