todos.txt 660 B

123456789101112131415
  1. - compile on Linux, Mac OS X, Windows
  2. - unit tests for all functions
  3. - standardize name of library: IGL LIB, igl_lib, igl lib, IGL Library, etc.
  4. - clean up examples
  5. - standardize use of string/char *, add to style conventions
  6. - standardize Eigen Templates, add to style conventions
  7. + standardize headers-only vs. static library
  8. - clean up tga.h
  9. + standardize igl includes #include "cotangent.h" or #include <cotangent.h>
  10. - implement an IGL_NO_OPENGL and IGL_NO_GLUT compiler option
  11. - clean up edgetopology.h
  12. - clean up mvc.h
  13. - clean up orth.h
  14. - fix bugs in examples/Core/example2.cpp
  15. - replace generic names read.h/write.h with something like read_poly_mesh.h